Skip to content

Commit 6cb20ea

Browse files
committed
fix: expected at most 5 keywords per crate
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
1 parent 64294fa commit 6cb20ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
license-file = "LICENSE"
99
repository = "https://github.com/chenhunghan/jwks"
1010
readme = "README.md"
11-
keywords = ["jwt", "jsonwebtokens", "jwks", "jsonwebkeysets", "jsonwebkey", "jsonwebkeyset"]
11+
keywords = ["jwt", "jsonwebtoken", "jwks"]
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

0 commit comments

Comments
 (0)