From 23f5e3dc069ba75a55068d368800b0decb816f6c Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Fri, 1 Dec 2023 11:48:07 +0000 Subject: [PATCH] Fixing cargo publish --- crates/librqbit_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/librqbit_core/Cargo.toml b/crates/librqbit_core/Cargo.toml index 0ffc7ef..a486508 100644 --- a/crates/librqbit_core/Cargo.toml +++ b/crates/librqbit_core/Cargo.toml @@ -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"