From 5eefd71bf160d32f4d0e119ff0d46da5155311ab Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 4 Sep 2018 14:56:06 +0200 Subject: chore: Add repository URL to Cargo manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c1d1c158a255..adc1aa9689c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Vincent Ambo "] keywords = ["jwt", "token", "jwks"] categories = ["authentication"] license = "GPL-3.0-or-later" +repository = "https://github.com/aprilabank/alcoholic_jwt" [dependencies] base64 = "0.9" -- cgit 1.4.1