We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2711e commit 3f69aebCopy full SHA for 3f69aeb
1 file changed
Cargo.toml
@@ -30,6 +30,9 @@ serde_json = { version = "1.0", optional = true }
30
31
actual-serde = { package="serde", version = "1.0.103", features=["derive"], optional = true }
32
33
+[target.wasm32-unknown-unknown.dev-dependencies]
34
+getrandom = { version = "0.2", features = ["js"] }
35
+
36
[dev-dependencies]
37
rand = "0.8"
38
rand_chacha = "0.3"
0 commit comments