aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1cf83dfa89697fd38a3d0dfc879b7ca56d45bee0 (plain)
1
2
3
4
5
6
7
8
9
[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" }