diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-06-24 16:12:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 19:42:08 +0530 |
| commit | 4a18c761351dccb146973793cf22e6efffff18bf (patch) | |
| tree | 35f23a7f6c64c0a9f28a5f0e21d6ecbd378a5c28 /ext/node/Cargo.toml | |
| parent | 7a8df8f00cce29605b2d74cb32b255d482f29dda (diff) | |
fix(ext/node): support brotli APIs (#19223)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/node/Cargo.toml')
| -rw-r--r-- | ext/node/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 125f58571..75d19e917 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -15,6 +15,7 @@ path = "lib.rs" [dependencies] aes.workspace = true +brotli.workspace = true cbc.workspace = true data-encoding = "2.3.3" deno_core.workspace = true |
