rust/Cargo.toml

14 lines
282 B
TOML
Raw Normal View History

2018-02-03 12:51:06 +03:00
[workspace]
2018-08-10 22:33:29 +03:00
members = [ "crates/*" ]
2018-08-16 00:23:22 +03:00
[profile.release]
2018-12-20 11:53:29 +03:00
incremental = true
2018-08-16 00:23:22 +03:00
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 = "no-upgrade" }