deno_snapshots 0.1.0

Provides snapshots of TSC & Deno (runtime+web+core)
[build-dependencies.deno_core]
version = "0.141.0"

[build-dependencies.deno_runtime]
version = "0.67.0"

[build-dependencies.lzzzz]
version = "1.0"

[build-dependencies.regex]
version = "1.5.6"

[build-dependencies.serde]
features = ["derive"]
version = "1.0.125"

[build-dependencies.zstd]
version = "0.11.1"
[dependencies.deno_core]
version = "0.141.0"

[dependencies.deno_runtime]
version = "0.67.0"

[dependencies.lzzzz]
version = "1.0"

[dependencies.once_cell]
version = "1.10.0"

[dependencies.zstd]
version = "0.11.1"

[lib]
name = "deno_snapshots"
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Provides snapshots of TSC & Deno (runtime+web+core)"
edition = "2018"
license = "MIT"
name = "deno_snapshots"
repository = "https://github.com/denoland/deno"
resolver = "2"
version = "0.1.0"