mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 12:09:57 +00:00
24 lines
589 B
TOML
24 lines
589 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"
|
|
|
|
[features]
|
|
default = []
|
|
tracing = ["levin-cuprate/tracing"]
|
|
|
|
[dependencies]
|
|
levin-cuprate = {path="../levin"}
|
|
epee-encoding = { path = "../epee-encoding" }
|
|
fixed-bytes = { path = "../fixed-bytes" }
|
|
|
|
bitflags = { workspace = true, features = ["std"] }
|
|
bytes = { workspace = true, features = ["std"] }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
hex = { workspace = true, features = ["std"]}
|
|
|