remove extra dependency

This commit is contained in:
yggverse 2025-08-03 16:59:01 +03:00
parent a0292aa770
commit dd32942b40

View file

@ -14,7 +14,6 @@ repository = "https://github.com/YGGverse/yggtrackerd"
anyhow = "1.0" anyhow = "1.0"
chrono = "0.4.41" chrono = "0.4.41"
clap = { version = "4.5", features = ["derive"] } clap = { version = "4.5", features = ["derive"] }
hyper-util = "0.1"
librqbit = {version = "9.0.0-beta.1", features = ["disable-upload"] } librqbit = {version = "9.0.0-beta.1", features = ["disable-upload"] }
tokio = { version = "1.45", features = ["full"] } tokio = { version = "1.45", features = ["full"] }
tracing-subscriber = "0.3" tracing-subscriber = "0.3"