mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
17 lines
232 B
TOML
17 lines
232 B
TOML
|
|
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"common",
|
|
"consensus",
|
|
"cryptonight",
|
|
#"cuprate",
|
|
# "database",
|
|
"net/levin",
|
|
"net/monero-wire",
|
|
# "p2p",
|
|
# "p2p/sync-states"
|
|
]
|
|
|
|
|