rust/Cargo.toml
2018-12-27 21:02:55 +03:00

14 lines
293 B
TOML

[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 = "fix-cancelation-maybe" }