mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
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).
4 lines
No EOL
48 B
TOML
4 lines
No EOL
48 B
TOML
[workspace]
|
|
members = [
|
|
"./backend/rust-gbt",
|
|
] |