diff options
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r-- | evc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml index b5e9ee9..f88e947 100644 --- a/evc/Cargo.toml +++ b/evc/Cargo.toml @@ -2,7 +2,7 @@ name = "evc" version = "0.1.0" edition = "2021" - + [dependencies] clap = { version = "*", features = ["derive"] } anyhow = "1.0.66" |