cuprate/binaries/cuprated/Cargo.toml

27 lines
606 B
TOML
Raw Normal View History

2024-05-30 00:09:41 +00:00
[package]
name = "cuprated"
version = "0.1.0"
edition = "2021"
2024-05-30 00:21:14 +00:00
license = "AGPL-3.0-only"
2024-05-30 00:09:41 +00:00
authors = ["Boog900", "hinto-janai", "SyntheticBird45"]
[dependencies]
# P2P
cuprate-p2p = { path = "../../p2p/cuprate-p2p" }
monero-p2p = { path = "../../p2p/monero-p2p" }
dandelion-tower = { path = "../../p2p/dandelion" }
# Databases
cuprate-blockchain = { path = "../../storage/cuprate-blockchain" }
# Consensus
cuprate-consensus = { path = "../../consensus" }
# Async
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
futures = { workspace = true }
# Utils
bytes = { workspace = true }