aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-04-06 22:01:18 +0200
committerrtkay123 <dev@kanjala.com>2026-04-06 22:01:18 +0200
commitee324d087ae51f7fa285c00f6ac69fb597003be9 (patch)
treebeb44a19f860a47b30226d6758f159d40bdd05ab
parentcf51cf6f7424a85795bc67b3cece29c806a6d7e0 (diff)
downloadsellershut-ee324d087ae51f7fa285c00f6ac69fb597003be9.tar.bz2
sellershut-ee324d087ae51f7fa285c00f6ac69fb597003be9.zip
fix(test): dev dep
-rw-r--r--crates/sh-util/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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",