diff options
| author | Igor Zinkovsky <igor@deno.com> | 2023-09-03 17:47:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-03 17:47:52 -0700 |
| commit | 1dc5d421149903f4e963e735755026d07022ac33 (patch) | |
| tree | c0aefedee92ab93361fd539250b60a096e36bc0c /ext/kv/Cargo.toml | |
| parent | d6c49353c3f545bfd2af8711197d23e41dd5e378 (diff) | |
fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
Diffstat (limited to 'ext/kv/Cargo.toml')
| -rw-r--r-- | ext/kv/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 39901d594..deaac4db0 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -29,6 +29,7 @@ reqwest.workspace = true rusqlite.workspace = true serde.workspace = true serde_json.workspace = true +termcolor.workspace = true tokio.workspace = true url.workspace = true uuid = { workspace = true, features = ["serde"] } |
