mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
This reduces the amount of "running 0 tests" spam when testing the whole workspace and makes testing a little faster overall.
16 lines
276 B
TOML
16 lines
276 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "xtask"
|
|
test = false
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2.4", features = ["derive"] }
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
serde_json = "1.0.79"
|
|
xshell = "0.1.17"
|