aboutsummaryrefslogtreecommitdiff
path: root/bv1/app/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bv1/app/Cargo.toml')
-rw-r--r--bv1/app/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/bv1/app/Cargo.toml b/bv1/app/Cargo.toml
deleted file mode 100644
index 89d4543..0000000
--- a/bv1/app/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "app"
-version = "0.1.0"
-edition = "2021"
-default-run = "main"
-
-[dependencies]
-clap = { version = "4.5.4", features = ["derive"] }
-bv1 = { path = "../codec" }