We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db66e15 commit 0973247Copy full SHA for 0973247
xtask/Cargo.toml
@@ -5,6 +5,10 @@ edition.workspace = true
5
rust-version.workspace = true
6
license.workspace = true
7
repository.workspace = true
8
+description = "Dev tooling for Parley"
9
+keywords = ["testing"]
10
+categories = ["testing", "graphics"]
11
+
12
13
[dependencies]
14
kompari = { git = "https://github.com/linebender/kompari.git", rev = "f7ce5310505c427b53e046ce0758261a613af2a4" }
xtask/README.md
@@ -0,0 +1,9 @@
1
+# Xtask dev utilities
2
3
+This package provides the following commands:
4
+```bash
+cargo xtask report # Creates report
+cargo xtask review # Interactive test blessing
+cargo xtask dead-snaphosts # Detects dead snapshots
+```
0 commit comments