Add influxdb

This commit is contained in:
KenwoodFox
2026-06-15 10:51:54 -04:00
parent f49ff99b6b
commit 35e56d25e7
10 changed files with 330 additions and 208 deletions

View File

@@ -7,7 +7,9 @@ description = "Tower daemon for KW1FOX-1"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
ctrlc = "3"
futures = "0.3"
influxdb2 = { version = "0.5", default-features = false, features = ["rustls"] }
rppal = "0.22"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "sync", "time"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }