Initial committ

also added first utils for nmcli device wifi list
This commit is contained in:
s-prechtl 2023-06-13 00:19:37 +02:00
commit 8515fe521e
4 changed files with 74 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "wifi-connector"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"