10 lines
317 B
TOML
10 lines
317 B
TOML
[package]
|
|
name = "carat"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
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"] }
|