diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-15 11:18:15 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-15 11:18:15 +0100 |
commit | ba6942c04945c2d9b9d4672a68c85d43ade0b5c8 (patch) | |
tree | ae5b03f86a66dde3ad3f9177b7ae057222572cbd /tools | |
parent | 3c77de369e3a6043af63f8e903ef77e990132258 (diff) | |
download | jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar.bz2 jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar.zst |
fixed implicit tag closing
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" |