Skip to content

Commit 35e4cac

Browse files
committed
update Cargo.toml keywords
1 parent 667b946 commit 35e4cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "partial-io"
33
version = "0.5.2"
44
edition = "2021"
55
authors = ["Rain <[email protected]>"]
6-
description = "Helpers to test partial, interrupted and would-block I/O operations."
6+
description = "Helpers to test partial, interrupted and would-block I/O operations, with support for property-based testing through proptest and quickcheck."
77
documentation = "https://docs.rs/partial-io"
88
repository = "https://github.com/sunshowers-code/partial-io"
99
readme = "README.md"
10-
keywords = ["partial", "interrupted", "wouldblock", "tokio", "quickcheck"]
10+
keywords = ["partial", "interrupted", "tokio", "quickcheck", "proptest"]
1111
categories = ["development-tools::testing", "asynchronous"]
1212
license = "MIT"
1313
rust-version = "1.56"

0 commit comments

Comments
 (0)