mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-25 13:09:41 +00:00
23 lines
685 B
TOML
23 lines
685 B
TOML
|
[package]
|
||
|
name = "tests-pow"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
cuprate-cryptonight = { workspace = true }
|
||
|
cuprate-consensus-rules = { workspace = true }
|
||
|
|
||
|
function_name = { workspace = true }
|
||
|
thread_local = { workspace = true }
|
||
|
monero-serai = { workspace = true }
|
||
|
hex = { workspace = true, features = ["serde", "std"] }
|
||
|
serde = { workspace = true, features = ["derive"] }
|
||
|
serde_json = { workspace = true, features = ["std"] }
|
||
|
tokio = { workspace = true, features = ["full"] }
|
||
|
reqwest = { version = "0.12", features = ["json"] }
|
||
|
rayon = { workspace = true }
|
||
|
randomx-rs = { workspace = true }
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|