[package] name = "deno_cli_snapshots" version = "0.17.0" license = "MIT" authors = ["Ryan Dahl "] edition = "2018" description = "Provides snapshots for the deno CLI" repository = "https://github.com/ry/deno_typescript" [lib] path = "lib.rs" [dev-dependencies] deno = { path = "../core" } [build-dependencies] deno_typescript = { path = "../deno_typescript" }