diff options
author | metamuffin <metamuffin@disroot.org> | 2022-11-21 16:59:50 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-11-21 16:59:50 +0100 |
commit | 5248831232fa22a1f3d6515f7f6c7bee8994faf2 (patch) | |
tree | fdbff884248948d124ab864e21d65fe49c6ca0e2 /dhwt-codec/Cargo.toml | |
download | video-codec-experiments-5248831232fa22a1f3d6515f7f6c7bee8994faf2.tar video-codec-experiments-5248831232fa22a1f3d6515f7f6c7bee8994faf2.tar.bz2 video-codec-experiments-5248831232fa22a1f3d6515f7f6c7bee8994faf2.tar.zst |
unify repos
Diffstat (limited to 'dhwt-codec/Cargo.toml')
-rw-r--r-- | dhwt-codec/Cargo.toml | 9 |
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" |