diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8d43b9338..5a5257362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ members = [ "ext/fs", "ext/http", "ext/io", + "ext/kv", "ext/net", "ext/node", "ext/url", @@ -67,6 +68,7 @@ deno_http = { version = "0.88.0", path = "./ext/http" } deno_io = { version = "0.3.0", path = "./ext/io" } deno_net = { version = "0.85.0", path = "./ext/net" } deno_node = { version = "0.30.0", path = "./ext/node" } +deno_kv = { version = "0.1.0", path = "./ext/kv" } deno_tls = { version = "0.80.0", path = "./ext/tls" } deno_url = { version = "0.93.0", path = "./ext/url" } deno_web = { version = "0.124.0", path = "./ext/web" } @@ -91,6 +93,7 @@ encoding_rs = "=0.8.31" flate2 = "=1.0.24" fs3 = "0.5.0" futures = "0.3.21" +hex = "0.4" http = "0.2.9" hyper = "0.14.18" indexmap = { version = "1.9.2", features = ["serde"] } |
