Add VPN module.

This commit is contained in:
Eduard Tolosa 2019-10-27 03:22:37 -05:00
parent c9542b0dce
commit d0632fd562
41 changed files with 56 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "waybar-rust-modules"
version = "0.1.0"
authors = ["Eduard Tolosa <edu4rdshl@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "waybar_vpn"
src = "src/bin/waybar_vpn.rs"
[dependencies]