rust/Cargo.toml
2019-06-04 13:30:07 +03:00

9 lines
193 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
salsa = { git = "https://github.com/matklad/salsa", branch = "strong-panic-safety" }