mirror of
https://codeberg.org/icewind/mitemp-rs.git
synced 2026-06-03 09:14:07 +02:00
21 lines
No EOL
540 B
TOML
21 lines
No EOL
540 B
TOML
[package]
|
|
name = "mitemp"
|
|
version = "0.5.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2024"
|
|
description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
|
|
repository = "https://codeberg.org/icewind/mitemp-rs"
|
|
license = "MIT/Apache-2.0"
|
|
rust-version = "1.86.0"
|
|
|
|
[dependencies]
|
|
btleplug = "0.12.0"
|
|
num_enum = "0.7.3"
|
|
tokio-stream = "0.1.8"
|
|
uuid = "1.11.0"
|
|
tracing = "0.1.40"
|
|
|
|
[dev-dependencies]
|
|
main_error = "0.1"
|
|
tracing-subscriber = "0.3.18"
|
|
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] } |