diff --git a/Cargo.toml b/Cargo.toml index d529f6c41..4497403ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,7 +247,7 @@ web-sys = { version = "0.3", features = ["Worker", "MessagePort", "console"] } getrandom = { version = "0.3", features = ["wasm_js"] } # Async runtime -tokio = { version = "1.41", features = ["rt-multi-thread", "sync", "macros"] } +tokio = { version = "1.41", features = ["rt-multi-thread", "sync", "macros", "io-std"] } futures = "0.3" # Error handling and utilities