sensirion_exporter/Cargo.toml
2024-04-18 10:25:55 +02:00

13 lines
332 B
TOML

[package]
name = "sensirion-exporter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.82"
bluer = { version = "0.17.1", features = ["bluetoothd"] }
futures = "0.3.30"
tokio = { version = "1.37.0", features = ["rt"] }