2018-02-03 03:51:06 -06:00
|
|
|
[workspace]
|
2018-08-10 14:33:29 -05:00
|
|
|
members = [ "crates/*" ]
|
2018-08-15 16:23:22 -05:00
|
|
|
|
|
|
|
[profile.release]
|
2018-12-20 02:53:29 -06:00
|
|
|
incremental = true
|
2018-08-15 16:23:22 -05:00
|
|
|
debug = true
|
2018-12-22 07:45:57 -06:00
|
|
|
|
|
|
|
|
|
|
|
[patch.'crates-io']
|
|
|
|
# https://github.com/salsa-rs/salsa/pull/75
|
|
|
|
# and
|
|
|
|
# https://github.com/salsa-rs/salsa/issues/99
|
2018-12-27 12:02:55 -06:00
|
|
|
salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }
|