rust/Cargo.toml
2019-10-17 23:14:05 +03:00

11 lines
175 B
TOML

[workspace]
members = [ "crates/*", "xtask/" ]
[profile.dev]
debug = 1 # only line info
[profile.release]
incremental = true
debug = 1 # only line info
[patch.'crates-io']