aboutsummaryrefslogtreecommitdiff
path: root/stream/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-30 11:24:14 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-30 11:24:14 +0200
commitd6a039a10ac3c81d410beb9b648d29524ca1e278 (patch)
treefa521277e3ea94f796e21071f4d2b372c5b9830c /stream/Cargo.toml
parenta2ef3f6ec4c830611fde1a2e935588ccbbc61c03 (diff)
downloadjellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar
jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.bz2
jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.zst
smaller fixes and remove useless deps
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r--stream/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml
index ad6f098..33741d7 100644
--- a/stream/Cargo.toml
+++ b/stream/Cargo.toml
@@ -8,8 +8,6 @@ jellycommon = { path = "../common" }
jellycache = { path = "../cache" }
jellytranscoder = { path = "../transcoder" }
jellyremuxer = { path = "../remuxer" }
-jellymatroska = { path = "../matroska" }
-ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct" }
log = { workspace = true }
anyhow = { workspace = true }