diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-04T10·45+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-04T10·48+0200 |
commit | 89af12444adaab43efb53143237ce5e9041b02ec (patch) | |
tree | 058696915b7fae1529471604a9142b439c9586d4 /Cargo.toml | |
parent | 29dfb6826f8c543f0a0050af8f00d2b316207607 (diff) |
chore: License under GPL-3.0-or-later
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 15eccc357a4e..c1d1c158a255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "alcoholic_jwt" +description = "Library for validation of RS256 JWTs" version = "0.1.0" authors = ["Vincent Ambo <vincent@aprila.no>"] +keywords = ["jwt", "token", "jwks"] +categories = ["authentication"] +license = "GPL-3.0-or-later" [dependencies] base64 = "0.9" |