aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index 239aae8..ece3140 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -4,12 +4,13 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+clap = { version = "4.0.32", features = ["derive"] }
jellycommon = { path = "../common" }
webm-iterable = "0.4.2"
log = "0.4.17"
anyhow = "1.0.68"
-
+serde_json = "1.0.91"
[[bin]]
path = "src/bin/gen_meta.rs"