]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Fix syntax-highlighting for fields (`NAMED_FIELD_DEF`)
[rust.git] / Cargo.toml
1 [workspace]
2 members = [ "crates/*" ]
3
4 [profile.release]
5 incremental = true
6 debug = 1 # only line info
7
8 [patch.'crates-io']