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

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

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