mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-09 04:19:53 +00:00
24 lines
643 B
TOML
24 lines
643 B
TOML
[package]
|
|
name = "cuprate-p2p"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-only"
|
|
authors = ["Boog900"]
|
|
|
|
|
|
[dependencies]
|
|
monero-wire = {path= "../net/monero-wire"}
|
|
|
|
|
|
#chrono = "0.4.24"
|
|
#thiserror = "1.0.39"
|
|
#cuprate-common = {path = "../common"}
|
|
#futures = "0.3.26"
|
|
#tower = {version = "0.4.13", features = ["util", "steer", "load", "discover", "load-shed", "buffer", "timeout"]}
|
|
#tokio = {version= "1.27", features=["rt", "time", "net"]}
|
|
#tokio-util = {version = "0.7.8", features=["compat"]}
|
|
#tokio-stream = {version="0.1.14", features=["time"]}
|
|
#async-trait = "0.1.68"
|
|
#tracing = "0.1.37"
|
|
#rand = "0.8.5"
|
|
#pin-project = "1.0.12"
|