tvl-depot/tvix/nix_cli/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
303 B
TOML
Raw Normal View History

[package]
name = "nix-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.clap]
version = "4.0"
[dependencies.tempfile]
version = "3.2.0"
[[bin]]
name = "nix-store"
[features]
integration_tests = []