aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-10 17:23:59 +0000
committerGitHub <noreply@github.com>2023-04-10 17:23:59 +0000
commit2482719e924b1d272de95eb90c777d380176a2aa (patch)
tree5b01da68cbea659e33adf905187c9b77689d56f8 /rtic-time/Cargo.toml
parent2fb09d4a6da82a73572da7c7db132989b0dd4a49 (diff)
parent413b985f12b980dd89f892a3b7dc084aa2cbd164 (diff)
Merge #728
728: Add test for timer queue & monotonic r=korken89 a=datdenkikniet Add an `std`-runnable test fixture and a `Monotonic` implementation for testing the `TimerQueue` Co-authored-by: datdenkikniet <jcdra1@gmail.com>
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 462ad5d..b0746c1 100644
--- a/rtic-time/Cargo.toml
+++ b/rtic-time/Cargo.toml
@@ -20,3 +20,7 @@ license = "MIT OR Apache-2.0"
critical-section = "1"
futures-util = { version = "0.3.25", default-features = false }
rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" }
+
+[dev-dependencies]
+parking_lot = "0.12"
+cassette = "0.2"