aboutsummaryrefslogtreecommitdiff
path: root/remuxer/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-13 18:06:11 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-13 18:06:11 +0100
commit8fc4b9792044d82e729e8b4ef993c6391d711c5b (patch)
treead69a04a83e876dce4ebb15513c69fad757483d8 /remuxer/Cargo.toml
parentb192ec740d358d0e12eedd1308d006e080b3d8c2 (diff)
downloadjellything-8fc4b9792044d82e729e8b4ef993c6391d711c5b.tar
jellything-8fc4b9792044d82e729e8b4ef993c6391d711c5b.tar.bz2
jellything-8fc4b9792044d82e729e8b4ef993c6391d711c5b.tar.zst
started writing a proc_macro now
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r--remuxer/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml
index e98b3f7..4327779 100644
--- a/remuxer/Cargo.toml
+++ b/remuxer/Cargo.toml
@@ -8,4 +8,5 @@ tokio = { version = "1.24.1", features = ["io-util"] }
jellycommon = { path = "../common" }
anyhow = "1.0.68"
-env_logger = "0.10.0"
+log = "0.4.17"
+