Implement wifiaddressentry

This commit is contained in:
takotori 2023-12-02 12:24:16 +01:00
parent 29eea9ce4a
commit cd980350e4
10 changed files with 362 additions and 212 deletions

View file

@ -20,7 +20,8 @@ tokio = { version = "1.33.0", features = [
"sync",
] }
fork = "0.1.22"
regex = "1.10.2"
ipnetwork = "0.20.0"
once_cell = "1.18.0"
[build-dependencies]
glib-build-tools = "0.18.0"