git.delta.rocks / jrsonnet / refs/commits / 45c49ea21363

difftreelog

source

crates/better-command/Cargo.toml328 Bsourcehistory
1[package]2name = "better-command"3version = "0.1.0"4edition.workspace = true5rust-version.workspace = true67[dependencies]8regex = "1.11"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"]