mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
26 lines
624 B
TOML
26 lines
624 B
TOML
|
[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" }
|
||
|
|