aboutsummaryrefslogtreecommitdiff
path: root/old/evc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'old/evc/Cargo.toml')
-rw-r--r--old/evc/Cargo.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/old/evc/Cargo.toml b/old/evc/Cargo.toml
new file mode 100644
index 0000000..84df2aa
--- /dev/null
+++ b/old/evc/Cargo.toml
@@ -0,0 +1,26 @@
+[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"