cli/Cargo.toml

15 lines
427 B
TOML
Raw Normal View History

2021-03-09 15:51:11 +05:30
[package]
name = "mcaptcha-cli"
description = "CLI tool to solve mCaptcha"
version = "0.2.0"
repository = "https://github.com/mCaptcha/cli"
documentation = "https://mcaptcha.org/docs/"
2021-03-09 15:51:11 +05:30
authors = ["realaravinth <realaravinth@batsense.net>"]
license = "AGPL-3.0"
edition = "2021"
2021-03-09 15:51:11 +05:30
[dependencies]
pow_sha256 = { version = "0.3.1", git = "https://github.com/mCaptcha/pow_sha256" }
clap = {version = "4.3", features = ["derive"]}