From abfe08c0e7c7030727fd14a78311464af07284d6 Mon Sep 17 00:00:00 2001 From: sakex Date: Wed, 26 Jul 2023 15:21:39 +0000 Subject: [PATCH] update-deps --- src/rust-wasm-template/project/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rust-wasm-template/project/Cargo.toml b/src/rust-wasm-template/project/Cargo.toml index 23dfe908..dc26dc52 100644 --- a/src/rust-wasm-template/project/Cargo.toml +++ b/src/rust-wasm-template/project/Cargo.toml @@ -17,10 +17,12 @@ js-sys = "0.3.51" # all the `std::fmt` and `std::panicking` infrastructure, so isn't great for # code size when deploying. console_error_panic_hook = "0.1.7" +tokio = { version = "1.29.1", features = ["sync"] } [dependencies.web-sys] version = "0.3.4" features = [ + 'CssStyleDeclaration', 'Document', 'Element', 'HtmlElement',