about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-09-04T12·56+0200
committerVincent Ambo <mail@tazj.in>2018-09-04T12·56+0200
commit5eefd71bf160d32f4d0e119ff0d46da5155311ab (patch)
tree279bcdfa8ac9493cf4df62cecec3fb3fc46c3f34 /Cargo.toml
parent5cb7dd7ca0c71b507eb45188a23e4aa2cb07fc31 (diff)
chore: Add repository URL to Cargo manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1d1c158a2..adc1aa9689 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Vincent Ambo <vincent@aprila.no>"]
 keywords = ["jwt", "token", "jwks"]
 categories = ["authentication"]
 license = "GPL-3.0-or-later"
+repository = "https://github.com/aprilabank/alcoholic_jwt"
 
 [dependencies]
 base64 = "0.9"