about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-09-04T10·45+0200
committerVincent Ambo <mail@tazj.in>2018-09-04T10·48+0200
commit89af12444adaab43efb53143237ce5e9041b02ec (patch)
tree058696915b7fae1529471604a9142b439c9586d4 /Cargo.toml
parent29dfb6826f8c543f0a0050af8f00d2b316207607 (diff)
chore: License under GPL-3.0-or-later
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15eccc357a..c1d1c158a2 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"