Initial commit

This commit is contained in:
Andrey Golovizin 2021-06-26 13:18:19 +02:00
commit ae9fca20ee
8 changed files with 821 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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"] }
ureq = { version = "2.1.1", features = ["json"] }