Skip to content

Commit bd152c0

Browse files
committed
generate matrix from xtask
1 parent 94cb1c1 commit bd152c0

File tree

3 files changed

+332
-86
lines changed

3 files changed

+332
-86
lines changed

crates/xtask/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ pretty_env_logger = "0.5"
1717
log = "0.4"
1818
itertools = "0.14"
1919
cargo_metadata = "*"
20+
serde = { version = "1.0", features = ["derive"] }
21+
serde_json = "1.0"

crates/xtask/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# X-Tasks
22

3-
This crate provides a set of tasks to be used in CI/CD pipelines as well as for local development.
3+
This crate provides a set of tasks to be used in CI/CD pipelines as well as for local development.
4+
5+
## Developing
6+
7+
When developing it's reccomended to open this in a separate window if using Vscode, as otherwise since this crate is used to compile itself effectively, you will not get IDE feedback.

0 commit comments

Comments
 (0)