diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-04T12·56+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-04T12·56+0200 |
commit | 5eefd71bf160d32f4d0e119ff0d46da5155311ab (patch) | |
tree | 279bcdfa8ac9493cf4df62cecec3fb3fc46c3f34 /Cargo.toml | |
parent | 5cb7dd7ca0c71b507eb45188a23e4aa2cb07fc31 (diff) |
chore: Add repository URL to Cargo manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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" |