1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00

read and license

This commit is contained in:
Robin Appelman 2020-02-08 01:00:22 +01:00
commit 9aaa882942
4 changed files with 265 additions and 1 deletions

View file

@ -3,9 +3,11 @@ name = "mitemp"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
license = "MIT/Apache-2.0"
[dependencies]
btleplug = { version = "0.4.0", path = "../btleplug" }
btleplug = { version = "0.4.0", git = "https://github.com/icewind1991/btleplug#merged" }
num_enum = "0.4.2"
[dev-dependencies]