mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
19 lines
462 B
TOML
19 lines
462 B
TOML
[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-cuprate = {path="../levin"}
|
|
monero-epee-bin-serde = {git = "https://github.com/monero-rs/monero-epee-bin-serde.git", rev="e4a585a"}
|
|
serde = {version = "1", features = ["derive"]}
|
|
serde_bytes = "0.11"
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3"
|
|
|