mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
21 lines
516 B
TOML
21 lines
516 B
TOML
[package]
|
|
name = "pow"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
randomx = {git = "https://github.com/darkrenaissance/RandomX"}
|
|
darkfi-serial = {path = "../../../src/serial"}
|
|
darkfi-sdk = {path = "../../../src/sdk", features = ["async"]}
|
|
darkfi = {path = "../../../", features = ["util", "async-serial"]}
|
|
|
|
rand = "0.8.5"
|
|
blake2b_simd = "1.0.2"
|
|
num-bigint = "0.4.4"
|
|
lazy_static = "1.4.0"
|
|
|
|
[patch.crates-io]
|
|
blake2b_simd = {git = "https://github.com/parazyd/blake2_simd", branch = "impl-common"}
|