mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-17 08:18:01 +00:00
477d9e42f3
* change monero-wire to use epee-encoding * Add back unified `Message` enum * Run clippy & fmt * add back default val for top_version
16 lines
342 B
TOML
16 lines
342 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 = { git = "https://github.com/boog900/epee-encoding"}
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3"
|
|
|