summaryrefslogtreecommitdiff
path: root/cli_snapshots/Cargo.toml
blob: 928ad0c7ff323991c8ab2b6086b7e010ac83625f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "deno_cli_snapshots"
version = "0.17.0"
license = "MIT"
authors = ["Ryan Dahl <ry@tinyclouds.org>"]
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" }