Skip to content

Commit 6afc742

Browse files
committed
crates.io: Keywords must be at most 5
1 parent cabfd7b commit 6afc742

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ readme = "README.md"
99
description = "Executor agnostic async TFTP implementation"
1010
categories = ["network-programming"]
1111
keywords = [
12-
"tftp", "tftpd", "async", "async-await", "futures",
13-
"async-std", "tokio", "smol",
12+
"tftp", "tftpd", "async-std", "tokio", "smol",
1413
]
1514
repository = "https://github.com/oblique/async-tftp-rs"
1615

0 commit comments

Comments
 (0)