Skip to content

Commit 0b51983

Browse files
committed
fix: add missing metadata in Cargo.toml
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
1 parent 2403ed8 commit 0b51983

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "jwks"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Hung-Han Chen <[email protected]>"]
6+
description = "A library for retrieving and parsing JSON Web Key Sets (JWKS)"
7+
license = "MIT"
8+
license-file = "LICENSE"
9+
repository = "https://github.com/chenhunghan/jwks"
10+
readme = "README.md"
11+
keywords = ["jwt", "jsonwebtokens", "jwks", "jsonwebkeysets", "jsonwebkey", "jsonwebkeyset"]
512

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

0 commit comments

Comments
 (0)