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

working broadcast version

This commit is contained in:
Robin Appelman 2020-02-08 00:52:18 +01:00
commit f0cb594a33
4 changed files with 110 additions and 270 deletions

View file

@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
btleplug = { version = "0.4.0", path = "../btleplug" }
num_enum = "0.4.2"
[dev-dependencies]
main_error = "0.1.0"