2021-02-28 11:06:35 +05:30
|
|
|
[package]
|
2021-02-28 23:45:19 +05:30
|
|
|
name = "mcaptcha-cli"
|
2021-02-28 11:06:35 +05:30
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
2021-03-01 16:18:29 +05:30
|
|
|
license = "AGPL-3.0"
|
2021-02-28 11:06:35 +05:30
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-28 23:45:19 +05:30
|
|
|
pow_sha256 = "0.2"
|
|
|
|
serde = "1.0.114"
|
|
|
|
serde_derive = "1.0.114"
|
|
|
|
serde_json = "1"
|
|
|
|
clipboard = "0.5"
|
|
|
|
clap = "2.33"
|