diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-28 20:47:21 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:37 +0100 |
| commit | 94b00df2c7e82efb9003945bb90675e73ed0f5e0 (patch) | |
| tree | 5cf235406625936ec54282266d3234aa43b1c899 /rtic-channel/Cargo.toml | |
| parent | 48ac310036bb0053d36d9cfce191351028808651 (diff) | |
rtic-channel: Add testing, fix bugs
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 = [] |
