ntp service implemented

This commit is contained in:
Chris Frankland-Wright 2025-07-20 17:37:02 +01:00
parent 78061b0df6
commit c344d4b972
2 changed files with 126 additions and 61 deletions

View file

@ -10,4 +10,5 @@ crossterm = "0.27"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
notify = "5.1.0"
notify = "5.1.0"
get_if_addrs = "0.5"