about summary refs log tree commit diff
path: root/tvix/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r--tvix/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml
deleted file mode 100644
index 8b0fbd846a..0000000000
--- a/tvix/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "tvix"
-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"