Update Cargo.toml
Co-authored-by: jowparks <jowparks@gmail.com>
This commit is contained in:
parent
98e48b4953
commit
9ac52c5c60
|
@ -31,7 +31,7 @@ pasta_curves = { version = "0.5", default-features = false }
|
|||
rand_core = { version = "0.6", default-features = false }
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
thiserror = { version = "1.0", optional = true }
|
||||
frost-rerandomized = { version = "2.0.0-rc.0", optional = true, default-features = false }
|
||||
frost-rerandomized = { version = "2.0.0-rc.0", optional = true, default-features = false, features = ["serialization", "cheater-detection"] }
|
||||
|
||||
[dependencies.zeroize]
|
||||
version = "1"
|
||||
|
|
Loading…
Reference in New Issue