diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-03 20:45:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-03 20:45:31 +0200 |
commit | d52233a7a304b7dadda383128eaa42aea02b3b74 (patch) | |
tree | 254ab9e7ca527b16afaa6fa1a7ad76fef220f9f6 /tools/Cargo.toml | |
parent | 5b71ccaf2bbe34f1d39d4f38f2b5c2090a9761b1 (diff) | |
download | jellything-d52233a7a304b7dadda383128eaa42aea02b3b74.tar jellything-d52233a7a304b7dadda383128eaa42aea02b3b74.tar.bz2 jellything-d52233a7a304b7dadda383128eaa42aea02b3b74.tar.zst |
rename tools crate
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r-- | tools/Cargo.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml deleted file mode 100644 index 63cb8b6..0000000 --- a/tools/Cargo.toml +++ /dev/null @@ -1,23 +0,0 @@ -[package] -name = "jellytools" -version = "0.1.0" -edition = "2021" - -[dependencies] -jellycommon = { path = "../common" } -jellymatroska = { path = "../matroska" } -jellyremuxer = { path = "../remuxer" } - -log = "0.4.19" -env_logger = "0.10.0" -anyhow = "1.0.72" -clap = { version = "4.3.19", features = ["derive"] } -reqwest = { version = "0.11.18", features = ["blocking", "json"] } - -serde = { version = "1.0.180", features = ["derive"] } -serde_json = "1.0.104" -bincode = { version = "2.0.0-rc.3", features = ["serde"] } - -[[bin]] -path = "src/bin/import.rs" -name = "jellything-import" |