mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-17 00:07:53 +00:00
22 lines
632 B
TOML
22 lines
632 B
TOML
|
[package]
|
||
|
name = "cuprate-sync-states"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
cuprate-common = {path = "../../common"}
|
||
|
cuprate-peer = {path = "../peer"}
|
||
|
cuprate-protocol = {path = "../protocol"}
|
||
|
monero = {git="https://github.com/Boog900/monero-rs.git", branch="db", features=["database"]}
|
||
|
monero-wire = {path= "../../net/monero-wire"}
|
||
|
futures = "0.3.26"
|
||
|
tower = {version = "0.4.13", features = ["util"]}
|
||
|
thiserror = "1.0.39"
|
||
|
|
||
|
|
||
|
tokio = {version="1.1", features=["full"]}
|
||
|
tokio-util = {version ="0.7", features=["compat"]}
|
||
|
|