cuprate/test-utils/Cargo.toml
2024-01-22 18:18:15 +00:00

13 lines
No EOL
336 B
TOML

[package]
name = "cuprate-test-utils"
version = "0.1.0"
edition = "2021"
[dependencies]
monero-wire = {path = "../net/monero-wire"}
monero-p2p = {path = "../p2p/monero-p2p", features = ["borsh"] }
futures = { workspace = true, features = ["std"] }
async-trait = { workspace = true }
borsh = { workspace = true, features = ["derive"]}