aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5106ea91d5b8b20bce93cead55cbe0a1607d0502 (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", branch = "strong-panic-safety" }