cargo metadata
This commit is contained in:
parent
a4d58cd556
commit
b5cb68af48
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
name = "libmcaptcha"
|
name = "libmcaptcha"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
authors = ["realaravinth <realaravinth@batsense.net>"]
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||||
description = "Convenient abstractions for all things credentials"
|
description = "core of mCaptcha captcha system"
|
||||||
keywords = ["credentials", "password"]
|
keywords = ["DDoS", "mcaptcha", "captcha", "pow"]
|
||||||
homepage = "https://github.com/realaravinth/argon2-creds"
|
homepage = "https://mcaptcha.org"
|
||||||
repository = "https://github.com/realaravinth/argon2-creds"
|
repository = "https://github.com/realaravinth/libmcaptcha"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue