diff options
Diffstat (limited to 'dhwt-codec/Cargo.toml')
-rw-r--r-- | dhwt-codec/Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dhwt-codec/Cargo.toml b/dhwt-codec/Cargo.toml deleted file mode 100644 index 5a3fe24..0000000 --- a/dhwt-codec/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[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" |