]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
:arrow_up: parking_lot
[rust.git] / Cargo.toml
1 [workspace]
2 members = [ "crates/*" ]
3
4 [profile.release]
5 incremental = true
6 debug = true
7
8 [patch.'crates-io']
9 salsa = {git = "https://github.com/salsa-rs/salsa", rev = "2485cb6" } # https://github.com/salsa-rs/salsa/pull/167