1
0
Files
synapse/Cargo.toml
Erik Johnston f3b7940e14 More stuff
2022-09-09 16:22:46 +01:00

10 lines
203 B
TOML

# We make the whole Synapse folder a workspace so that we can run `cargo`
# commands from the root (rather than having to cd into rust/).
[workspace]
members = ["rust"]
[profile.release]
debug = true