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

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

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

[patch.'crates-io']