From b5cb68af4831047acbf6cd039ec411ea1755181c Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 1 Jun 2021 16:47:41 +0530 Subject: [PATCH] cargo metadata --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index edc9d96..1ea0011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "libmcaptcha" version = "0.1.3" authors = ["realaravinth "] -description = "Convenient abstractions for all things credentials" -keywords = ["credentials", "password"] -homepage = "https://github.com/realaravinth/argon2-creds" -repository = "https://github.com/realaravinth/argon2-creds" +description = "core of mCaptcha captcha system" +keywords = ["DDoS", "mcaptcha", "captcha", "pow"] +homepage = "https://mcaptcha.org" +repository = "https://github.com/realaravinth/libmcaptcha" license = "AGPL-3.0" edition = "2018" readme = "README.md"