NTP-Timeturner/Cargo.toml
John Rogers 12065a08c2 fix: Conditionally compile systemd features for Linux only
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-21 19:46:16 +01:00

24 lines
537 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.141"
serde_yaml = "0.9"
notify = "8.1.0"
get_if_addrs = "0.5"
actix-web = "4"
actix-files = "0.6"
tokio = { version = "1", features = ["full"] }
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
[target.'cfg(target_os = "linux")'.dependencies]
systemd-journal-logger = "1.0"