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

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

[patch.'crates-io']