mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
22 lines
311 B
TOML
22 lines
311 B
TOML
[package]
|
|
name = "equix"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "equix_pow"
|
|
path = "src/lib.rs"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
blake2 = "0.10.6"
|
|
criterion = { version = "0.8.1", features = ["html_reports"] }
|
|
equix = "0.5.1"
|
|
rand = "0.8.5"
|
|
|
|
[[bench]]
|
|
name = "equix"
|
|
harness = false
|
|
path = "src/bench.rs"
|