mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-08 03:49:26 +00:00
16 lines
359 B
TOML
16 lines
359 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", rev = "b774bf7"}
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3"
|
|
|