1[package]2name = "better-command"3version.workspace = true4edition.workspace = true5rust-version.workspace = true67[dependencies]8regex.workspace = true9serde.workspace = true10serde_json.workspace = true11tracing.workspace = true1213tracing-indicatif = { workspace = true, optional = true }1415[features]16indicatif = ["tracing-indicatif"]difftreelog
source
crates/better-command/Cargo.toml334 Bsourcehistory