tvl-depot/tvix/nix_cli/Cargo.toml
Florian Klink 43a2eaa1b6 chore(tvix/nix_cli): build with tests
only run test_nix_store_add() when the feature integration_tests is
enabled.

Change-Id: I600f08ecaefe1ce77651ae07a58d7987107ab969
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6084
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-09-11 14:31:10 +00:00

17 lines
304 B
TOML

[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 = "3.0.5"
[dependencies.tempfile]
version = "3.2.0"
[[bin]]
name = "nix-store"
[features]
integration_tests = []