summaryrefslogtreecommitdiff
path: root/ext/web/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r--ext/web/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index dbc2df8c0..b923bc95e 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -16,9 +16,11 @@ path = "lib.rs"
[dependencies]
async-trait.workspace = true
base64-simd = "0.8"
+bytes.workspace = true
deno_core.workspace = true
encoding_rs.workspace = true
flate2.workspace = true
+futures.workspace = true
serde = "1.0.149"
tokio.workspace = true
uuid = { workspace = true, features = ["serde"] }