livebox-influxdb-connector/Cargo.toml

15 lines
323 B
TOML
Raw Normal View History

[package]
name = "lb-influx-connector"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
influxdb2 = "0.1.0"
futures = "0.3"
tokio = { version = "1", features = ["full"] }
livebox = "0.9"
env_logger = "0.9.0"
log = "0.4.17"