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