summary refs log tree commit diff
path: root/Cargo.toml
blob: 0a47eaaa5c6a8b7b22be32960a1eba313e95cfbe (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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