summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorevan <github@evan.lol>2022-01-10 18:51:23 -0500
committerGitHub <noreply@github.com>2022-01-10 15:51:23 -0800
commitb66afa2518042cda239ef07f221722781ca660f6 (patch)
tree629ebc8c74496df7bf1588e2e4f5ec06fcb4e788 /runtime/Cargo.toml
parenta3b3a792b5c8dd2fa3e1b29f7fe5a7f3423f25c0 (diff)
feat(cli, runtime): compress snapshots (#13320)
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 67fc6a82d..8c88ce2e3 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -39,6 +39,8 @@ deno_webidl = { version = "0.31.0", path = "../ext/webidl" }
deno_websocket = { version = "0.36.0", path = "../ext/websocket" }
deno_webstorage = { version = "0.26.0", path = "../ext/webstorage" }
+lzzzz = '=0.8.0'
+
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
winapi = "0.3.9"
@@ -70,6 +72,7 @@ http = "0.2.4"
hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] }
libc = "0.2.106"
log = "0.4.14"
+lzzzz = '=0.8.0'
netif = "0.1.0"
notify = "=5.0.0-pre.12"
once_cell = "=1.9.0"