aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
blob: ece31404d5026f3c296b3f665fd38c2903744c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jellytools"
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"
name = "jellything-gen-meta"