1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/js/Cargo.toml

26 lines
624 B
TOML
Raw Normal View History

[package]
name = "deno_cli_snapshots"
version = "0.18.3"
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.18.3" }
[dev-dependencies]
deno = { path = "../core", version = "0.18.0" }
[build-dependencies]
deno_typescript = { path = "../deno_typescript", version = "0.18.3" }