about summary refs log tree commit diff
path: root/tvix/nix_cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nix_cli/Cargo.toml')
-rw-r--r--tvix/nix_cli/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/tvix/nix_cli/Cargo.toml b/tvix/nix_cli/Cargo.toml
deleted file mode 100644
index c0b85e56b8..0000000000
--- a/tvix/nix_cli/Cargo.toml
+++ /dev/null
@@ -1,17 +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 = "3.0.5"
-[dependencies.tempfile]
-version = "3.2.0"
-
-[[bin]]
-name = "nix-store"
-
-[features]
-integration_tests = []