Skip to content

Commit 9fc1b20

Browse files
committed
Update crate keywords in toml-file
Need to align with crates.io requirements.
1 parent 2792504 commit 9fc1b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
repository = "https://github.com/jockbert/monkey_test"
77

88
description = "A property based testing (PBT) tool like QuickCheck, ScalaCheck and other deriviatives thereof, for the Rust programming language."
9-
keywords = ["testing", "property based testing", "property", "PBT", "quickcheck"]
9+
keywords = ["testing", "property", "PBT", "quickcheck"]
1010

1111
[badges]
1212
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)