Skip to content

Commit 0973247

Browse files
committed
Fixed missing attributes in Cargo.toml
1 parent db66e15 commit 0973247

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

xtask/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
77
repository.workspace = true
8+
description = "Dev tooling for Parley"
9+
keywords = ["testing"]
10+
categories = ["testing", "graphics"]
11+
812

913
[dependencies]
1014
kompari = { git = "https://github.com/linebender/kompari.git", rev = "f7ce5310505c427b53e046ce0758261a613af2a4" }

xtask/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Xtask dev utilities
2+
3+
This package provides the following commands:
4+
5+
```bash
6+
cargo xtask report # Creates report
7+
cargo xtask review # Interactive test blessing
8+
cargo xtask dead-snaphosts # Detects dead snapshots
9+
```

0 commit comments

Comments
 (0)