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

[profile.dev]
debug = 1 # only line info

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

[patch.'crates-io']