12 lines
313 B
TOML
12 lines
313 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"] }
|
|
tokio = { version = "1.37.0", features = ["rt"] }
|