1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00
This commit is contained in:
Robin Appelman 2020-01-19 16:29:22 +01:00
commit c51f1988d9
4 changed files with 143 additions and 8 deletions

View file

@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
btleplug = "0.3.1"
[dev-dependencies]
main_error = "0.1.0"