aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cbb9a09d5b78a604dc4ea115c27dc800ba5ac3a0 (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 = "no-upgrade" }