aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
deleted file mode 100644
index 9f0912a..0000000
--- a/import/Cargo.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[package]
-name = "jellything-import"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-jellycommon = { path = "../common" }
-jellymatroska = { path = "../matroska" }
-jellyremuxer = { path = "../remuxer" }
-
-log = { workspace = true }
-env_logger = "0.10.0"
-anyhow = "1.0.75"
-clap = { version = "4.4.6", features = ["derive"] }
-reqwest = { version = "0.11.20", features = ["blocking", "json"] }
-
-serde = { version = "1.0.188", features = ["derive"] }
-serde_json = "1.0.107"
-serde_yaml = "0.9.25"
-bincode = { version = "2.0.0-rc.3", features = ["serde"] }
-base64 = "0.21.4"
-rand = "0.8.5"