mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-11 03:08:20 +08:00
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete * 2.1.0 main node rollup
26 lines
472 B
TOML
26 lines
472 B
TOML
[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"] }
|
|
rand = "0.8.5"
|
|
sha2 = "0.10.8"
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.4", features = ["html_reports"] }
|
|
rand = "0.8.5"
|
|
|
|
[build-dependencies]
|
|
uniffi = { version = "0.25", features = [ "build" ] }
|
|
|
|
[[bench]]
|
|
name = "bench_bls"
|
|
harness = false |