rust/Cargo.toml
Aleksey Kladov 18ed351747 ⬆️ parking_lot
2019-05-30 12:02:30 +03:00

10 lines
224 B
TOML

[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