diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-10 10:34:00 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-10 10:42:29 +0200 |
| commit | d445b20b1853e2e9de60b24e0ed04a463c8cd05f (patch) | |
| tree | 574a0038122a124d739a66f62feb408053fca2b0 /rtic-time/Cargo.toml | |
| parent | 2fb09d4a6da82a73572da7c7db132989b0dd4a49 (diff) | |
Add test for timer queue & monotonic
Diffstat (limited to 'rtic-time/Cargo.toml')
| -rw-r--r-- | rtic-time/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index 462ad5d..dda8e60 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -20,3 +20,10 @@ 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" +tokio = { version = "1.27", features = ["rt", "macros", "sync", "rt-multi-thread", "time"] } +critical-section = { version = "1", features = ["std"] } +pretty_env_logger = "0.4" +log = "0.4" |
