diff --git a/Cargo.toml b/Cargo.toml index 705a9e4..2326dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,7 @@ pythonize = { version = "0.16", optional = true } wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } wasm-bindgen-futures = { version = "0.4.37" } js-sys = "0.3.64" +getrandom = { version = "0.2.10", features = ["js"] } [dev-dependencies] wasm-bindgen-test = "0.3.37"