From 89af12444adaab43efb53143237ce5e9041b02ec Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 4 Sep 2018 12:45:07 +0200 Subject: chore: License under GPL-3.0-or-later --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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 "] +keywords = ["jwt", "token", "jwks"] +categories = ["authentication"] +license = "GPL-3.0-or-later" [dependencies] base64 = "0.9" -- cgit 1.4.1