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

@ -1,4 +1,5 @@
fn main() -> Result<(), btleplug::Error> {
env_logger::init();
mitemp::test()?;
Ok(())
}
}