diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml index ece3140..6a1bcfa 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -4,11 +4,13 @@ version = "0.1.0" edition = "2021" [dependencies] -clap = { version = "4.0.32", features = ["derive"] } jellycommon = { path = "../common" } +jellyebml = {path = "../ebml"} + +clap = { version = "4.0.32", features = ["derive"] } -webm-iterable = "0.4.2" log = "0.4.17" +env_logger = "0.10.0" anyhow = "1.0.68" serde_json = "1.0.91" |