mirror of
https://github.com/tlsnotary/ole-protocols.git
synced 2026-01-09 14:37:54 -05:00
14 lines
344 B
TOML
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"
|
|
|
|
|