feat: add wifi security

This commit is contained in:
Ashley Wulber 2023-01-06 17:11:08 -05:00
parent af1cc089ec
commit 2120fffa57
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 41 additions and 5 deletions

View file

@ -9,8 +9,5 @@ bitflags = "1.3"
derive_builder = "0.12"
procfs = { version = "0.14", default-features = false }
time = "0.3"
zvariant = "3.1.2"
[dependencies.zbus]
git = "https://gitlab.freedesktop.org/dbus/zbus"
branch = "main"
zvariant = "3.10"
zbus = "3.7"