10 lines
207 B
TOML
10 lines
207 B
TOML
[workspace]
|
|
members = [ "crates/*" ]
|
|
|
|
[profile.release]
|
|
incremental = true
|
|
debug = true
|
|
|
|
[patch.'crates-io']
|
|
cargo_metadata = { git = "https://github.com/matklad/cargo_metadata.git", branch = "well-typed" }
|