mempool/Cargo.toml
junderw 5e1d9d461a Use Cargo workspace
Cargo workspace in the root will help make the IDE experience universal.
Cargo.lock and the target directory for build artifacts will be in the root
of the mempool repository (with ./target ignored by git).
2023-07-03 10:18:15 -04:00

4 lines
48 B
TOML

[workspace]
members = [
"./backend/rust-gbt",
]