aboutsummaryrefslogtreecommitdiff
path: root/evc/Cargo.toml
blob: 7a1178b283c21357bd09945960584ed562adca3a (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "evc"
version = "0.1.0"
edition = "2021"
    
[dependencies]
clap = { version = "*", features = ["derive"] }
anyhow = "1.0.66"
log = "0.4.17"
env_logger = "0.10.0"
rustdct = "0.7.1"