From 94b00df2c7e82efb9003945bb90675e73ed0f5e0 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sat, 28 Jan 2023 20:47:21 +0100 Subject: rtic-channel: Add testing, fix bugs --- rtic-channel/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rtic-channel/Cargo.toml') 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 = [] -- cgit v1.2.3