2021-03-09 15:51:11 +05:30
|
|
|
[package]
|
|
|
|
name = "mcaptcha-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-02 11:20:27 +05:30
|
|
|
pow_sha256 = { version = "0.2.1", git = "https://github.com/mCaptcha/pow_sha256", tag="0.2.1"}
|
2021-03-09 15:51:11 +05:30
|
|
|
clap = "2.33"
|