We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8823c46 commit 7c7c303Copy full SHA for 7c7c303
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
+rand = { version = "0.8.0", features = ["js"] }
100
101
[dev-dependencies]
102
femme = "2.1.1"
0 commit comments