cuprate/net/monero-wire/Cargo.toml

21 lines
457 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-cuprate = {path="../levin"}
epee-encoding = { path = "../epee-encoding" }
fixed-bytes = { path = "../fixed-bytes" }
bytes = { workspace = true }
2024-01-22 01:56:34 +00:00
thiserror = { workspace = true }
[dev-dependencies]
2024-01-22 01:56:34 +00:00
hex = { workspace = true, features = ["std"]}