Skip to content

Commit 181dfaf

Browse files
Add categories cargo metadata (#435)
1 parent bc1f048 commit 181dfaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rust-version = "1.51.0"
99
homepage = "https://insta.rs/"
1010
repository = "https://github.com/mitsuhiko/insta"
1111
keywords = ["snapshot", "testing", "jest", "approval"]
12+
categories = ["development-tools::testing"]
1213
readme = "README.md"
1314
exclude = [
1415
"assets/*"

cargo-insta/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://insta.rs/"
88
repository = "https://github.com/mitsuhiko/insta"
99
documentation = "https://insta.rs/docs/cli/"
1010
keywords = ["snapshot", "testing", "jest"]
11+
categories = ["development-tools::cargo-plugins"]
1112
edition = "2018"
1213
readme = "README.md"
1314

0 commit comments

Comments
 (0)