azirevpn/Cargo.toml
Andrey Golovizin 897f68e4b0 Add MIT license
2021-06-29 23:31:37 +02:00

17 lines
444 B
TOML

[package]
name = "azirevpn"
version = "0.1.0"
authors = ["Andrey Golovizin <ag@sologoc.com>"]
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.41"
clap = "3.0.0-beta.2"
env_logger = "0.8.4"
log = "0.4.14"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
ureq = { version = "2.1.1", features = ["json"] }