aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3fc55fa908ee0128fd7eb9fb742ce1b4b505f5c6 (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/salsa-rs/salsa", rev = "2485cb6" } # https://github.com/salsa-rs/salsa/pull/167