aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e44c9570fdd333ade1cf88c11a27bbee664fba1c (plain)
1
2
3
4
5
6
7
8
[workspace]
members = [ "crates/*" ]

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

[patch.'crates-io']