azirevpn/Cargo.toml
2021-06-27 13:16:39 +02:00

14 lines
392 B
TOML

[package]
name = "azirevpn"
version = "0.1.0"
authors = ["Andrey Golovizin <ag@sologoc.com>"]
edition = "2018"
# 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"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
ureq = { version = "2.1.1", features = ["json"] }