diff options
| author | Luca Casonato <hello@lcas.dev> | 2023-10-31 12:13:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 11:13:57 +0000 |
| commit | 2d9298f5f5550c21ba218ff7095aa9afe80c7e02 (patch) | |
| tree | 6daee1cc6007745097e176c7367b697e58632baf /Cargo.toml | |
| parent | 092555c611ebab87ad570b4dcb73d54288dccdd9 (diff) | |
chore: update ext/kv to use denokv_* crates (#20986)
This commit updates the ext/kv module to use the denokv_* crates for
the protocol and the sqlite backend. This also fixes a couple of bugs in
the sqlite backend, and updates versionstamps to be updated less
linearly.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e859641dd..1f136401e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,10 @@ test_util = { path = "./test_util" } deno_lockfile = "0.17.2" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } +denokv_proto = "0.2.1" +denokv_sqlite = "0.2.1" +denokv_remote = "0.2.3" + # exts deno_broadcast_channel = { version = "0.115.0", path = "./ext/broadcast_channel" } deno_cache = { version = "0.53.0", path = "./ext/cache" } |
