nom-nom-nix-gc/Cargo.toml

12 lines
301 B
TOML
Raw Normal View History

2022-12-19 20:02:47 +01:00
[package]
name = "nix-cache-bucket-gc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-20 19:21:05 +01:00
clap = { version = "4.0.29", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
warp = "0.3"