mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 18:19:08 -05:00
18 lines
383 B
TOML
18 lines
383 B
TOML
[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" }
|
|
|