aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-15 11:18:15 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-15 11:18:15 +0100
commitba6942c04945c2d9b9d4672a68c85d43ade0b5c8 (patch)
treeae5b03f86a66dde3ad3f9177b7ae057222572cbd /tools
parent3c77de369e3a6043af63f8e903ef77e990132258 (diff)
downloadjellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar
jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar.bz2
jellything-ba6942c04945c2d9b9d4672a68c85d43ade0b5c8.tar.zst
fixed implicit tag closing
Diffstat (limited to 'tools')
-rw-r--r--tools/Cargo.toml6
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"