mirror of
https://github.com/edu4rdshl/waybar-rust-modules.git
synced 2026-07-17 23:24:50 +00:00
Add VPN module.
This commit is contained in:
parent
c9542b0dce
commit
d0632fd562
41 changed files with 56 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue