mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-03-22 07:09:03 +00:00
11 lines
219 B
TOML
11 lines
219 B
TOML
|
[package]
|
||
|
name = "cuprate-test-utils"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
monero-wire = {path = "../net/monero-wire"}
|
||
|
monero-peer = {path = "../p2p/monero-peer"}
|
||
|
|
||
|
futures = "0.3.29"
|
||
|
async-trait = "0.1.74"
|