We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b287df commit fa1a3f8Copy full SHA for fa1a3f8
Cargo.toml
@@ -49,7 +49,7 @@ rand = "0.8.5"
49
chrono = "0.4"
50
futures = "0.3"
51
serde_json = { version = "1.0" }
52
-tokio = { version = "1", features = [ "full" ] }
+tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
53
54
[dev-dependencies]
55
electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_23_0"] }
0 commit comments