From 6d4a005e4108a5dd762b339a02bc4d802755ba0d Mon Sep 17 00:00:00 2001 From: Heyang Zhou Date: Tue, 22 Aug 2023 13:56:00 +0800 Subject: feat(ext/kv): connect to remote database (#20178) This patch adds a `remote` backend for `ext/kv`. This supports connection to Deno Deploy and potentially other services compatible with the KV Connect protocol. --- test_util/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 2f35473e8..6ea9d870d 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -31,6 +31,7 @@ once_cell.workspace = true os_pipe.workspace = true parking_lot.workspace = true pretty_assertions.workspace = true +prost.workspace = true regex.workspace = true reqwest.workspace = true ring.workspace = true @@ -46,3 +47,6 @@ url.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["consoleapi", "synchapi", "handleapi", "namedpipeapi", "winbase", "winerror"] } + +[build-dependencies] +prost-build.workspace = true -- cgit v1.2.3