Skip to main content
Module

x/brotli/Cargo.toml

πŸ—œ Brotli wasm module for deno
Go to Latest
File
[package]name = "deno-brotli"version = "0.0.1"authors = ["Divy Srivastava"]edition = "2018"publish = false
[lib]crate-type = ["cdylib"]
[dependencies]serde = { version = "1.0", features = ["derive"] }serde_json = "1.0"futures = "0.3.4"deno_core = ""brotli2 = ""
[build-dependencies]pkg-config = "0.3.17"