diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-07 08:00:00 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-07 08:00:00 +0100 |
commit | 2167abcf72d978b4ac2f08fa7cbbddaada01f165 (patch) | |
tree | 3f384b868333271ba8e47ed583bae0a6af62b3fb /evc/Cargo.toml | |
parent | 200f8064e1b1b96acc7d4a6f0f8321b2da5c2830 (diff) | |
download | video-codec-experiments-2167abcf72d978b4ac2f08fa7cbbddaada01f165.tar video-codec-experiments-2167abcf72d978b4ac2f08fa7cbbddaada01f165.tar.bz2 video-codec-experiments-2167abcf72d978b4ac2f08fa7cbbddaada01f165.tar.zst |
a
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r-- | evc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml index 9669d1c..ceed3a6 100644 --- a/evc/Cargo.toml +++ b/evc/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" clap = { version = "*", features = ["derive"] } anyhow = "1.0.66" log = "0.4.17" +rayon = "1.7.0" env_logger = "0.10.0" rustdct = "0.7.1" indicatif = "*" |