Add influxdb
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user