Move repository

This commit is contained in:
Thomas Gideon 2021-12-03 14:09:49 -05:00
parent ab5710a2c7
commit 8e78ba94f8
1 changed files with 3 additions and 4 deletions

View File

@ -2,14 +2,13 @@
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
categories = ["cryptography", "authentication", "web-programming", "data-structures"]
description = "JWT library for rust using serde, serde_json and openssl"
documentation = "https://cmdln.github.io/medallion/"
homepage = "http://github.com/cmdln/medallion"
homepage = "https://gitea.cmdln.net/cmdln/medallion"
keywords = ["JWT", "token", "web", "JSON", "RSA"]
license = "MIT"
name = "medallion"
readme = "README.md"
repository = "http://github.com/cmdln/medallion"
version = "2.4.1"
repository = "https://gitea.cmdln.net/cmdln/medallion"
version = "2.4.2"
edition = "2018"
[badges]
[badges.travis-ci]