We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756eb2c commit eb24a01Copy full SHA for eb24a01
packages/wasm/rust/Cargo.toml
@@ -16,6 +16,7 @@ crate-type = ["cdylib", "rlib"]
16
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
17
blsful = { version = "3.0.0-pre8", default-features = false, features = ["rust"] }
18
ecdsa = "0.16.9"
19
+generic-array = "1.1.1"
20
lit-frost = { git = "https://github.com/LIT-Protocol/lit-frost.git", features = ["verify_only"] }
21
getrandom = { version = "0.2", features = ["js"] }
22
hex = "0.4"
0 commit comments