diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-06 22:01:18 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-06 22:01:18 +0200 |
| commit | ee324d087ae51f7fa285c00f6ac69fb597003be9 (patch) | |
| tree | beb44a19f860a47b30226d6758f159d40bdd05ab /crates/sh-util | |
| parent | cf51cf6f7424a85795bc67b3cece29c806a6d7e0 (diff) | |
| download | sellershut-ee324d087ae51f7fa285c00f6ac69fb597003be9.tar.bz2 sellershut-ee324d087ae51f7fa285c00f6ac69fb597003be9.zip | |
fix(test): dev dep
Diffstat (limited to 'crates/sh-util')
| -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", |
