matrix-rust-sdk/Cargo.toml

5 lines
178 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/*"]