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 d86ebef..43818ee 100644 --- a/evc/Cargo.toml +++ b/evc/Cargo.toml @@ -5,3 +5,4 @@ edition = "2021" [dependencies] clap = { version = "*", features = ["derive"] } +anyhow = "1.0.66" |