mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +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
22 lines
394 B
TOML
22 lines
394 B
TOML
|
|
[workspace]
|
|
|
|
members = [
|
|
# "common",
|
|
#"cuprate",
|
|
# "database",
|
|
"net/levin",
|
|
"net/monero-wire",
|
|
# "p2p",
|
|
# "p2p/sync-states"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
monero = { version = "*" }
|
|
bincode = { version = "2.0.0-rc.3" }
|
|
serde = { version = "*", features =["derive"]}
|
|
tracing = "*"
|
|
tracing-subscriber = "*"
|
|
|
|
# As suggested by /u/danda :
|
|
thiserror = "*"
|