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

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

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

[patch.'crates-io']