arncdu/Cargo.toml

20 lines
383 B
TOML
Raw Permalink Normal View History

2023-11-14 22:54:32 -05:00
[package]
name = "arncdu"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
".",
"./ncdufmt/",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-15 22:48:20 -05:00
anyhow = "1.0.75"
crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] }
2023-11-15 00:15:30 -05:00
ncdufmt = {path="./ncdufmt/"}
2023-11-15 23:29:11 -05:00
serde_json = "1.0.108"
2023-11-15 22:48:20 -05:00
tar = "0.4.40"