aboutsummaryrefslogtreecommitdiff
path: root/evc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r--evc/Cargo.toml26
1 files changed, 0 insertions, 26 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml
deleted file mode 100644
index 84df2aa..0000000
--- a/evc/Cargo.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-[package]
-name = "libreschmux"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-clap = { version = "*", features = ["derive"] }
-anyhow = "1.0.82"
-log = "0.4.21"
-rayon = "1.10.0"
-env_logger = "0.11.3"
-rustdct = "0.7.1"
-indicatif = "*"
-proc-macro2 = "1.0.81"
-
-[[bin]]
-path = "src/bin/encode.rs"
-name = "reschmux-encode"
-
-[[bin]]
-path = "src/bin/decode.rs"
-name = "reschmux-decode"
-
-[[bin]]
-path = "src/bin/info.rs"
-name = "reschmux-info"