summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-12-08 21:04:43 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2024-12-08 21:04:43 +0000
commit0d08aa612d283a0220794738be18f549ed7d8fe4 (patch)
tree9162356f8d2433cd9eda6057c62ecc82ebe61c8b /Cargo.toml
parent19783d6b8c6bf8a8c065e75a5c0aeeebb23a84e9 (diff)
downloadmax31855-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc22f5f..70c97dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"