rust/Cargo.toml

11 lines
279 B
TOML
Raw Normal View History

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-30 02:09:17 -06:00
[patch.'crates-io']
2019-01-09 09:33:33 -06:00
cargo_metadata = { git = "https://github.com/oli-obk/cargo_metadata.git", rev="f73e27b24e" }
2019-01-10 03:20:32 -06:00
salsa = { git = "https://github.com/matklad/salsa", branch = "panic-hooks" }