mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-24 20:49:35 +00:00
22 lines
685 B
TOML
22 lines
685 B
TOML
[package]
|
|
name = "tests-pow"
|
|
version = "0.0.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 = { workspace = true, features = ["json"] }
|
|
rayon = { workspace = true }
|
|
randomx-rs = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|