mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-27 05:59:26 +00:00
265fb3e895
* initial commit not ready * add new levin lib * fix decoding multiple messages * make the levin lib async * saving progress * saving progress * init documention of levin and reorganise net * update monero-wire * remove p2p folder - this PR is just for net * update Cargo.toml * net: update links in cargo.toml
19 lines
435 B
TOML
19 lines
435 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]
|
|
serde = {version = "1.0", features =["derive"]}
|
|
serde_with = "2.2.0"
|
|
epee-serde = {git="https://github.com/Boog900/epee_serde.git"}
|
|
monero = "0.18.2"
|
|
levin = {path="../levin"}
|
|
byteorder = "1.4.3"
|
|
bytes = "1"
|
|
thiserror = "1.0.24"
|
|
|