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 f88e947..7a1178b 100644 --- a/evc/Cargo.toml +++ b/evc/Cargo.toml @@ -8,3 +8,4 @@ clap = { version = "*", features = ["derive"] } anyhow = "1.0.66" log = "0.4.17" env_logger = "0.10.0" +rustdct = "0.7.1" |