diff options
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 = "*" |