cuprate/Cargo.toml
Boog900 5f20342736
initial Abscissa bin (#18)
* abscissa init

* remove package in cargo.toml

* cargo fmt + remove more stuff fro toml

* bump rust edition
2023-04-26 19:22:06 +01:00

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 = "*"