diff options
| -rw-r--r-- | crates/sh-util/Cargo.toml | 3 |
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", |
