Implement AccessPoint::last_seen, using procfs to get the boot time.
This commit is contained in:
parent
8df68611fe
commit
df6070b75c
4 changed files with 23 additions and 10 deletions
|
|
@ -7,6 +7,8 @@ license = "MPL-2.0"
|
|||
[dependencies]
|
||||
bitflags = "1.3.2"
|
||||
derive_builder = "0.10.2"
|
||||
procfs = { version = "0.12.0", default-features = false }
|
||||
time = "0.3.7"
|
||||
zbus = "2.0.1"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue