diff --git a/Cargo.toml b/Cargo.toml index 1bee0ae..64552fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,13 @@ authors = ["Thomas Gideon "] 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]