diff options
Diffstat (limited to 'ebml/Cargo.toml')
-rw-r--r-- | ebml/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebml/Cargo.toml b/ebml/Cargo.toml index b01d4a3..ec58cc4 100644 --- a/ebml/Cargo.toml +++ b/ebml/Cargo.toml @@ -5,3 +5,6 @@ edition = "2021" [dependencies] ebml_derive = { path = "../ebml_derive" } +anyhow = "1.0.68" +log = "0.4.17" +env_logger = "0.10.0" |