This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,15 @@ test-utils = []
6969[target .'cfg(target_arch = "wasm32")' .dependencies ]
7070wasm-bindgen = " 0.2.84"
7171wasm-bindgen-futures = { version = " 0.4.33" }
72- web-sys = { version = " 0.3.60" , features = [" console" ] }
7372js-sys = { version = " 0.3.60" }
7473gloo-net = { version = " 0.2.4" }
7574instant = { version = " 0.1" , features = [" wasm-bindgen" ] }
7675getrandom = { version = " 0.2" , features = [" js" ] }
7776windowless_sleep = { git = " https://github.com/futurepaul/windowless_sleep" , commit = " e924649" }
7877
78+ [target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
79+ web-sys = { version = " 0.3.60" , features = [" console" ] }
80+
7981[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
8082tokio = { version = " 1" , features = [" rt" ] }
8183tokio-tungstenite = { version = " 0.19.0" , features = [" native-tls" ] }
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ rexie = "0.4"
3636js-sys = " 0.3.60"
3737gloo-storage = " 0.2.2"
3838gloo-utils = { version = " 0.1.6" , features = [" serde" ] }
39- web-sys = { version = " 0.3.60" , features = [" console" ] }
4039bip39 = { version = " 2.0.0" }
4140getrandom = { version = " 0.2" , features = [" js" ] }
4241futures = " 0.3.25"
@@ -52,6 +51,7 @@ console_error_panic_hook = { version = "0.1.6", optional = true }
5251[dev-dependencies ]
5352mutiny-core = { path = " ../mutiny-core" , features = [" test-utils" ] }
5453wasm-bindgen-test = " 0.3.33"
54+ web-sys = { version = " 0.3.60" , features = [" console" ] }
5555
5656[features ]
5757default = [ ]
You can’t perform that action at this time.
0 commit comments