aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-16 10:57:40 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-16 10:57:40 +0100
commit9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe (patch)
tree52e39085589303d3d2e386a3575152fb6594bb61 /tools/Cargo.toml
parente3f1a8ac9f4c9a015e9eac769fb3262e3bd16bad (diff)
downloadjellything-9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe.tar
jellything-9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe.tar.bz2
jellything-9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe.tar.zst
write more code
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index 6a1bcfa..c49dea1 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
-jellyebml = {path = "../ebml"}
+jellymatroska = {path = "../matroska"}
clap = { version = "4.0.32", features = ["derive"] }
@@ -15,5 +15,9 @@ anyhow = "1.0.68"
serde_json = "1.0.91"
[[bin]]
-path = "src/bin/gen_meta.rs"
-name = "jellything-gen-meta"
+path = "src/bin/create_item.rs"
+name = "jellything-create-item"
+
+[[bin]]
+path = "src/bin/import.rs"
+name = "jellything-import"