cuprate/test-utils/Cargo.toml
Boog900 2c4cc1fb93
move address book to separate crate.
Also changes the address book to use the network zone trait
2023-12-08 15:03:01 +00:00

13 lines
No EOL
270 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" }
futures = "0.3.29"
async-trait = "0.1.74"
borsh = {version = "1.2.1", features = ["derive"]}