Files
matrix-rust-sdk/Cargo.toml
Jonas Platte b7a4ca4cff Create an xtask crate for workspace task automation
Initially covering:

* Building docs
* Nightly CI jobs
2022-03-03 11:10:28 +01:00

5 lines
131 B
TOML

[workspace]
members = ["crates/*", "xtask"]
# xtask should only be compiled when invoked explicitly
default-members = ["crates/*"]