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

[profile.release]
incremental = true
debug = true


[patch.'crates-io']
# https://github.com/salsa-rs/salsa/pull/75
# and
# https://github.com/salsa-rs/salsa/issues/99
salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }