rust/Cargo.toml

7 lines
97 B
TOML
Raw Normal View History

2018-02-03 10:51:06 +01:00
[workspace]
2018-08-10 21:33:29 +02:00
members = [ "crates/*" ]
2018-10-02 16:07:12 +02:00
exclude = [ "crates/rowan"]
2018-08-15 23:23:22 +02:00
[profile.release]
debug = true