diff options
Diffstat (limited to 'tvix/nix_cli/Cargo.toml')
-rw-r--r-- | tvix/nix_cli/Cargo.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tvix/nix_cli/Cargo.toml b/tvix/nix_cli/Cargo.toml deleted file mode 100644 index f9de2b97706b..000000000000 --- a/tvix/nix_cli/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[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 = [] |