summaryrefslogtreecommitdiff
path: root/op_crates/fetch/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/fetch/Cargo.toml')
-rw-r--r--op_crates/fetch/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml
index 2890bb349..855695475 100644
--- a/op_crates/fetch/Cargo.toml
+++ b/op_crates/fetch/Cargo.toml
@@ -15,5 +15,8 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.75.0", path = "../../core" }
+
+bytes = "0.5.6"
reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.116", features = ["derive"] }
+tokio = { version = "0.2.22", features = ["full"] } \ No newline at end of file