chore: License under GPL-3.0-or-later

This commit is contained in:
Vincent Ambo 2018-09-04 12:45:07 +02:00
parent 29dfb6826f
commit 89af12444a
4 changed files with 708 additions and 0 deletions

View file

@ -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"