cli/Cargo.toml

11 lines
268 B
TOML
Raw Normal View History

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-03-10 15:07:51 +05:30
pow_sha256 = { version = "0.1.0", git = "https://github.com/mCaptcha/pow_sha256", tag="0.1.0"}
2021-03-09 15:51:11 +05:30
clap = "2.33"