NTP-Timeturner/Cargo.toml
Chaos Rogers bc0f0ee488 feat: add audio LTC input path and config options (audio-input)
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
2025-10-21 23:58:56 +01:00

32 lines
663 B
TOML

[package]
name = "get-haci"
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 = { version = "0.4", features = ["std"] }
daemonize = "0.5.0"
num-rational = "0.4"
num-traits = "0.2"
libc = "0.2"
which = "6"
cpal = { version = "0.15", optional = true }
[features]
default = []
audio-input = ["cpal"]