From ee324d087ae51f7fa285c00f6ac69fb597003be9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 6 Apr 2026 22:01:18 +0200 Subject: fix(test): dev dep --- crates/sh-util/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/sh-util/Cargo.toml') diff --git a/crates/sh-util/Cargo.toml b/crates/sh-util/Cargo.toml index 12bf7a4..592fb24 100644 --- a/crates/sh-util/Cargo.toml +++ b/crates/sh-util/Cargo.toml @@ -13,6 +13,9 @@ futures-util = { workspace = true, optional = true } redis = { workspace = true, optional = true } serde = { workspace = true, features = ["derive"] } +[dev-dependencies] +tokio = { workspace = true, features = ["macros"] } + [features] cache = [ "dep:redis", -- cgit v1.2.3