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 7503153 commit 3a5d16eCopy full SHA for 3a5d16e
Cargo.toml
@@ -25,7 +25,7 @@ serde_json = "1.0.134"
25
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
26
env_logger = "0.11.6"
27
poll-promise = { version = "0.3.0", features = ["tokio"] }
28
-tokio = { version = "1.35.1", features = ["full"] }
+tokio = { version = "1.35.1", features = ["full"] } # TODO 2: Reduce features of tokio to only those needed
29
30
# web:
31
[target.'cfg(target_arch = "wasm32")'.dependencies]
0 commit comments