1[package]2name = "better-command"3version = "0.1.0"4edition = "2021"56[dependencies]7once_cell = "1.19"8regex = "1.10"9serde = { version = "1.0", features = ["derive"] }10serde_json = "1.0"11tracing = "0.1"1213tracing-indicatif = { version = "0.3", optional = true }1415[features]16indicatif = ["tracing-indicatif"]difftreelog
source
crates/better-command/Cargo.toml309 Bsourcehistory