mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-23 02:54:34 +00:00
16 lines
311 B
TOML
16 lines
311 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"}
|
|
epee-encoding = { version = "0.5.0"}
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3"
|
|
|