Move repository
This commit is contained in:
parent
ab5710a2c7
commit
8e78ba94f8
1 changed files with 3 additions and 4 deletions
|
@ -2,14 +2,13 @@
|
||||||
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
||||||
categories = ["cryptography", "authentication", "web-programming", "data-structures"]
|
categories = ["cryptography", "authentication", "web-programming", "data-structures"]
|
||||||
description = "JWT library for rust using serde, serde_json and openssl"
|
description = "JWT library for rust using serde, serde_json and openssl"
|
||||||
documentation = "https://cmdln.github.io/medallion/"
|
homepage = "https://gitea.cmdln.net/cmdln/medallion"
|
||||||
homepage = "http://github.com/cmdln/medallion"
|
|
||||||
keywords = ["JWT", "token", "web", "JSON", "RSA"]
|
keywords = ["JWT", "token", "web", "JSON", "RSA"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "medallion"
|
name = "medallion"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "http://github.com/cmdln/medallion"
|
repository = "https://gitea.cmdln.net/cmdln/medallion"
|
||||||
version = "2.4.1"
|
version = "2.4.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
[badges]
|
[badges]
|
||||||
[badges.travis-ci]
|
[badges.travis-ci]
|
||||||
|
|
Loading…
Reference in a new issue