aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 59ce6b23d7892823ea6933d8f5975a75eb6adfbe (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 = "panic-hooks" }