mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
5f20342736
* abscissa init * remove package in cargo.toml * cargo fmt + remove more stuff fro toml * bump rust edition
22 lines
390 B
TOML
22 lines
390 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 = "*"
|