aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 85aaa23b95034688516ac183595290df3fabb6f7 (plain)
1
2
3
4
5
6
7
8
9
10
[workspace]
members = [ "crates/*" ]

[profile.release]
incremental = true
debug = true

[patch.'crates-io']
cargo_metadata = { git = "https://github.com/oli-obk/cargo_metadata.git", rev="f73e27b24e" }
salsa = { git = "https://github.com/matklad/salsa", branch = "panic-hooks" }