git.delta.rocks / jrsonnet / refs/commits / f17a60a8e9d4

difftreelog

source

crates/better-command/Cargo.toml290 Bsourcehistory
1[package]2name = "better-command"3version = "0.1.0"4edition = "2021"56[dependencies]7regex = "1.10"8serde = { version = "1.0", features = ["derive"] }9serde_json = "1.0"10tracing = "0.1"1112tracing-indicatif = { version = "0.3", optional = true }1314[features]15indicatif = ["tracing-indicatif"]