synapse/Cargo.toml
2022-12-24 13:44:17 +00:00

9 lines
226 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.dbgrelease]
inherits = "release"
debug = true