feat: Integrate statime for PTP time sync

Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-07-10 16:33:47 +01:00
parent 41ae37b6b7
commit 78ea1aefed
7 changed files with 200 additions and 40 deletions

View file

@ -10,4 +10,9 @@ crossterm = "0.29"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
notify = "8.1.0"
notify = "8.1.0"
statime = "0.4.0"
statime-linux = "0.4.0"
tokio = { version = "1", features = ["full"] }
log = "0.4"
env_logger = "0.11"