matrix-rust-sdk/Cargo.toml

8 lines
222 B
TOML
Raw Normal View History

[workspace]
members = ["benchmarks", "crates/*", "labs/*", "xtask"]
# xtask and labs should only be compiled when invoked explicitly
default-members = ["benchmarks", "crates/*"]
2022-05-17 08:24:28 +00:00
resolver = "2"
[profile.release]
lto = true