summaryrefslogtreecommitdiff
path: root/js/Cargo.toml
blob: f36ca7de70dc7ef25805d6661f9c04600ab1cf59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "deno_cli_snapshots"
version = "0.19.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
description = "Provides snapshots for the deno CLI"
repository = "https://github.com/denoland/deno"
exclude = [
  "deps/https/deno.land/std/fs/testdata/0-link.ts",
  "deps/https/deno.land/std/fs/testdata/copy_dir_link_file/0.txt",
]

[lib]
path = "lib.rs"

[dependencies]
deno_typescript = { path = "../deno_typescript", version = "0.19.0" }

[dev-dependencies]
deno = { path = "../core", version = "0.19.0" }

[build-dependencies]
deno_typescript = { path = "../deno_typescript", version = "0.19.0" }