NTP-Timeturner/Cargo.toml
John Rogers 59570ecdcb fix: Update statime API usage to fix build errors
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-10 16:45:41 +01:00

19 lines
400 B
TOML

[package]
name = "ntp_timeturner"
version = "0.1.0"
edition = "2021"
[dependencies]
serialport = "4.2"
chrono = "0.4"
crossterm = "0.29"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "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"
rand = "0.8"