mirror of
https://codeberg.org/icewind/mitemp-rs.git
synced 2026-06-03 17:24:08 +02:00
btleplug 0.9
This commit is contained in:
parent
b2e39d8893
commit
4c4b2e0093
3 changed files with 63 additions and 45 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -7,9 +7,13 @@ description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
|
|||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
btleplug = { version = "0.7", git = "https://github.com/icewind1991/btleplug", branch = "unify-platform-api" }
|
||||
num_enum = "0.4"
|
||||
btleplug = "0.9"
|
||||
num_enum = "0.5"
|
||||
tokio-stream = "0.1"
|
||||
futures-util = "0.3"
|
||||
uuid = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
main_error = "0.1"
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.7"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue