diff options
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r-- | evc/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml index 43818ee..b5e9ee9 100644 --- a/evc/Cargo.toml +++ b/evc/Cargo.toml @@ -6,3 +6,5 @@ edition = "2021" [dependencies] clap = { version = "*", features = ["derive"] } anyhow = "1.0.66" +log = "0.4.17" +env_logger = "0.10.0" |