]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Merge #347
[rust.git] / Cargo.toml
1 [workspace]
2 members = [ "crates/*" ]
3
4 [profile.release]
5 incremental = true
6 debug = true
7
8
9 [patch.'crates-io']
10 # https://github.com/salsa-rs/salsa/pull/75
11 # and
12 # https://github.com/salsa-rs/salsa/issues/99
13 salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }