diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-08 21:04:43 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-08 21:04:43 +0000 |
commit | 0d08aa612d283a0220794738be18f549ed7d8fe4 (patch) | |
tree | 9162356f8d2433cd9eda6057c62ecc82ebe61c8b /Cargo.toml | |
parent | 19783d6b8c6bf8a8c065e75a5c0aeeebb23a84e9 (diff) | |
download | max31855-async-0d08aa612d283a0220794738be18f549ed7d8fe4.tar.gz max31855-async-0d08aa612d283a0220794738be18f549ed7d8fe4.tar.xz max31855-async-0d08aa612d283a0220794738be18f549ed7d8fe4.zip |
Change to async
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ homepage = "https://github.com/cs2dsb/max31855.rs" [dependencies] embedded-hal = "1.0.0" bit_field = "0.10.0" +embedded-hal-async = "1.0.0" |