]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
translate \n -> \r\n on the way out
[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']
9 ra_vfs = { path = "../ra_vfs" }