Files
ole-protocols/Cargo.toml
2023-12-13 15:51:20 +01:00

14 lines
344 B
TOML

[package]
name = "ole-protocols"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz" }
p256 = { version = "0.13", features = ["arithmetic"] }
rand = "0.8"