chore: Add repository URL to Cargo manifest
This commit is contained in:
parent
5cb7dd7ca0
commit
5eefd71bf1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue