ceremonyclient/crates/bls48581/Cargo.toml

24 lines
441 B
TOML
Raw Normal View History

[package]
name = "bls48581"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["lib", "staticlib"]
name = "bls48581"
[dependencies]
hex = "0.4.3"
serde_json = "1.0.117"
uniffi = { version= "0.25", features = ["cli"]}
2024-07-05 09:40:00 +00:00
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
rand = "0.8.5"
[build-dependencies]
2024-07-05 09:40:00 +00:00
uniffi = { version = "0.25", features = [ "build" ] }
[[bench]]
name = "bench_bls"
harness = false