blob: abd67d97f2388652360e4ea00390fe527990f6bc [file] [log] [blame] [edit]
[package]
name = "cliutil"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing-chrome-trace = { path = "../tracing-chrome-trace" }
fileutil = { path = "../fileutil" }
anyhow.workspace = true
itertools.workspace = true
nix.workspace = true
shell-escape.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
[dev-dependencies]
tempfile.workspace = true