aboutsummaryrefslogtreecommitdiff
path: root/remuxer/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-13 17:12:47 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-13 17:12:47 +0100
commitb192ec740d358d0e12eedd1308d006e080b3d8c2 (patch)
treef642ddaa0e35694f611cc97978f1031431b5fef2 /remuxer/Cargo.toml
parent7ca91b6f33bb260bc966e853c832b4339c1c2ae0 (diff)
downloadjellything-b192ec740d358d0e12eedd1308d006e080b3d8c2.tar
jellything-b192ec740d358d0e12eedd1308d006e080b3d8c2.tar.bz2
jellything-b192ec740d358d0e12eedd1308d006e080b3d8c2.tar.zst
new starting with a new ebml impl
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r--remuxer/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml
index e6a4b48..e98b3f7 100644
--- a/remuxer/Cargo.toml
+++ b/remuxer/Cargo.toml
@@ -7,6 +7,5 @@ edition = "2021"
tokio = { version = "1.24.1", features = ["io-util"] }
jellycommon = { path = "../common" }
-webm-iterable = "0.4.2"
-log = "0.4.17"
anyhow = "1.0.68"
+env_logger = "0.10.0"