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

wip dumpo

This commit is contained in:
Robin Appelman 2020-02-07 23:09:41 +01:00
commit 9496c0a605
4 changed files with 208 additions and 33 deletions

View file

@ -5,7 +5,8 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
btleplug = "0.3.1"
btleplug = { version = "0.4.0", path = "../btleplug" }
[dev-dependencies]
main_error = "0.1.0"
main_error = "0.1.0"
env_logger = "0.7.1"