2024-11-05 22:50:24 -07:00
|
|
|
[package]
|
2024-11-06 00:23:03 -07:00
|
|
|
name = "carat"
|
2024-11-05 22:50:24 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-06 00:23:03 -07:00
|
|
|
bpaf = { version = "0.9.15", features = ["bright-color", "derive"] }
|
|
|
|
ct = { path = "../lib", features = ["api"] }
|
|
|
|
strum = { version = "0.26.3", features = ["derive"] }
|
|
|
|
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
|