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

[profile.release]
incremental = true
debug = true

[patch.'crates-io']
salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }