cuprate-hinto-janai/test-utils/Cargo.toml

13 lines
336 B
TOML
Raw Normal View History

[package]
name = "cuprate-test-utils"
version = "0.1.0"
edition = "2021"
[dependencies]
monero-wire = {path = "../net/monero-wire"}
2024-01-22 18:18:15 +00:00
monero-p2p = {path = "../p2p/monero-p2p", features = ["borsh"] }
2024-01-21 14:46:03 +00:00
futures = { workspace = true, features = ["std"] }
async-trait = { workspace = true }
2024-01-21 14:46:03 +00:00
borsh = { workspace = true, features = ["derive"]}