rust/Cargo.toml
2019-08-20 19:53:05 +03:00

9 lines
155 B
TOML

[workspace]
members = [ "crates/*" ]
[profile.release]
incremental = true
debug = 1 # only line info
[patch.'crates-io']
ra_vfs = { path = "../ra_vfs" }