cuprate-hinto-janai/net/monero-wire/Cargo.toml

22 lines
541 B
TOML
Raw Normal View History

[package]
name = "monero-wire"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Boog900"]
repository = "https://github.com/SyntheticBird45/cuprate/tree/main/net/monero-wire"
[dependencies]
levin = {path="../levin"}
serde = {version = "1.0", features =["derive"]}
serde_with = "2.2.0"
sealed = "0.4"
epee-serde = {git="https://github.com/Cuprate/epee_serde.git"}
#monero = {git="https://github.com/Boog900/monero-rs.git", branch="db", features=["database"]}
byteorder = "1.4.3"
bytes = "1"
thiserror = "1.0.24"
hex = "0.4.3"