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

cargo meta

This commit is contained in:
Robin Appelman 2024-11-17 17:17:39 +01:00
commit a021a5674f

View file

@ -4,6 +4,7 @@ version = "0.4.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE" description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
repository = "https://github.com/icewind1991/mitemp-rs"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
rust-version = "1.70.0" rust-version = "1.70.0"