aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-time/Cargo.toml')
-rw-r--r--rtic-time/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml
index ef7635e..a8379e4 100644
--- a/rtic-time/Cargo.toml
+++ b/rtic-time/Cargo.toml
@@ -22,5 +22,9 @@ futures-util = { version = "0.3.25", default-features = false }
rtic-common = { version = "1.0.0", path = "../rtic-common" }
[dev-dependencies]
+embedded-hal = { version = "1.0.0-rc.2" }
+embedded-hal-async = { version = "1.0.0-rc.2" }
+fugit = "0.3.7"
parking_lot = "0.12"
cassette = "0.2"
+cooked-waker = "5.0.0"