There was an error while loading. Please reload this page.
1 parent 9196330 commit c1818a2Copy full SHA for c1818a2
1 file changed
Cargo.toml
@@ -56,7 +56,7 @@ clap = "4.5"
56
console-subscriber = "0.1"
57
env_logger = "0.11"
58
futures = "0.3"
59
-futures-util = "0.3"
+futures-util = { version = "0.3", default-features = false }
60
lazy_static = "1.4"
61
log = "0.4"
62
parking_lot = "0.12"
@@ -67,7 +67,7 @@ rand = "0.9"
67
serde = "1"
68
serde_json = "1.0"
69
thiserror = "1"
70
-tokio = "1"
+tokio = { version = "1", default-features = false }
71
72
[profile.release]
73
opt-level = "z"
0 commit comments