cli/Cargo.toml
2021-03-10 15:07:51 +05:30

10 lines
268 B
TOML

[package]
name = "mcaptcha-cli"
version = "0.1.0"
authors = ["realaravinth <realaravinth@batsense.net>"]
license = "AGPL-3.0"
edition = "2018"
[dependencies]
pow_sha256 = { version = "0.1.0", git = "https://github.com/mCaptcha/pow_sha256", tag="0.1.0"}
clap = "2.33"