Fixing cargo publish

This commit is contained in:
Igor Katson 2023-12-01 11:48:07 +00:00
parent 64d22577d0
commit 23f5e3dc06
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -18,7 +18,7 @@ sha1-rust = ["bencode/sha1-rust"]
[dependencies]
tracing = "0.1.40"
tokio = {version = "1", features = ["rt-multi-thread"]}
tokio = {version = "1", features = ["rt-multi-thread", "macros", "time"]}
hex = "0.4"
anyhow = "1"
url = "2"