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

[profile.release]
incremental = true
debug = true

[patch.'crates-io']
cargo_metadata = { git = "https://github.com/matklad/cargo_metadata.git", branch = "well-typed" }