Skip to main content
Module

x/zstd/Cargo.toml

Zstd bindings for the Deno TypeScript/JavaScript runtime
Latest
File
[package]name = "deno-zstd"version = "0.5.0"authors = ["xpyxel <xpyxel@gmail.com>"]edition = "2018"
[lib]crate-type = ["cdylib"]
[dependencies]zstd = "0.5.1"deno_core = "0.45.0"serde = { version = "1.0", features = ["derive"] }serde_json = "1.0.51"