diff options
| author | metamuffin <metamuffin@disroot.org> | 2022-12-06 16:42:06 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2022-12-06 16:42:06 +0100 |
| commit | 624471a4b1f2e1656a2ba46070d8f127dcd0e364 (patch) | |
| tree | 36eacde470390c03991619ce5bc28ac6aa222e90 /evc/Cargo.toml | |
| parent | 6a3aaca8727d3f0292d62dbcd54e3bf87df74c0c (diff) | |
| download | video-codec-experiments-624471a4b1f2e1656a2ba46070d8f127dcd0e364.tar video-codec-experiments-624471a4b1f2e1656a2ba46070d8f127dcd0e364.tar.bz2 video-codec-experiments-624471a4b1f2e1656a2ba46070d8f127dcd0e364.tar.zst | |
use env_logger
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" |