From 5248831232fa22a1f3d6515f7f6c7bee8994faf2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 21 Nov 2022 16:59:50 +0100 Subject: unify repos --- dhwt-codec/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dhwt-codec/Cargo.toml (limited to 'dhwt-codec/Cargo.toml') 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" -- cgit v1.2.3-70-g09d2