aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5c57020f72e6116fea211b9f96a49f090db482a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
members = [ "crates/*", "xtask/" ]

[profile.dev]
# disabling debug info speeds up builds a bunch,
# and we don't rely on it for debugging that much.
debug = 0

[profile.release]
incremental = true
debug = 1 # only line info

[patch.'crates-io']