diff options
Diffstat (limited to 'rtic-channel/Cargo.toml')
| -rw-r--r-- | rtic-channel/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rtic-channel/Cargo.toml b/rtic-channel/Cargo.toml index 8962352..5d4cbd0 100644 --- a/rtic-channel/Cargo.toml +++ b/rtic-channel/Cargo.toml @@ -9,6 +9,9 @@ edition = "2021" heapless = "0.7" critical-section = "1" +[dev-dependencies] +tokio = { version = "1", features = ["rt", "macros", "time"] } + [features] default = [] |
