chore: Add repository URL to Cargo manifest

This commit is contained in:
Vincent Ambo 2018-09-04 14:56:06 +02:00
parent 5cb7dd7ca0
commit 5eefd71bf1

View file

@ -6,6 +6,7 @@ authors = ["Vincent Ambo <vincent@aprila.no>"]
keywords = ["jwt", "token", "jwks"] keywords = ["jwt", "token", "jwks"]
categories = ["authentication"] categories = ["authentication"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
repository = "https://github.com/aprilabank/alcoholic_jwt"
[dependencies] [dependencies]
base64 = "0.9" base64 = "0.9"