aboutsummaryrefslogtreecommitdiff
path: root/old/dhwt-codec/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'old/dhwt-codec/Cargo.toml')
-rw-r--r--old/dhwt-codec/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/dhwt-codec/Cargo.toml b/old/dhwt-codec/Cargo.toml
new file mode 100644
index 0000000..5a3fe24
--- /dev/null
+++ b/old/dhwt-codec/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "dhwt-codec"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+bincode = "2.0.0-rc.3"
+clap = { version = "4.5.4", features = ["derive"] }
+rayon = "1.10.0"