mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
13 lines
No EOL
336 B
TOML
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"]} |