We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8823c46 commit dbbf311Copy full SHA for dbbf311
Cargo.toml
@@ -96,6 +96,7 @@ futures-channel = { version = "0.3.4", optional = true }
96
97
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
98
wasm-bindgen-test = "0.3.10"
99
+getrandom = { version = "0.2.0", features = ["js"] }
100
101
[dev-dependencies]
102
femme = "2.1.1"
0 commit comments