1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-29 02:29:06 -05:00
denoland-deno/js/Cargo.toml
Ryan Dahl ddcad56ee9
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
2019-10-04 14:49:32 -04:00

25 lines
582 B
TOML

[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 = [
"std/fs/testdata/0-link.ts",
"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" }