cuprate/Cargo.toml
Boog900 d7798328b6
consensus: add block weight calculations + rcp speedup
Instead of asking for one block at a time, we ask for batches of blocks, which significantly speeds up getting blocks.
2023-09-28 12:21:06 +01:00

15 lines
249 B
TOML

[workspace]
resolver = "2"
members = [
"common",
"consensus",
"cryptonight",
"random-x",
#"cuprate",
# "database",
"net/levin",
"net/monero-wire",
# "p2p",
# "p2p/sync-states"
]