deno/deno_typescript/Cargo.toml
2020-01-02 08:41:25 -05:00

25 lines
536 B
TOML

[package]
name = "deno_typescript"
version = "0.28.0"
license = "MIT"
description = "To compile TypeScript to a snapshot during build.rs"
repository = "https://github.com/denoland/deno"
authors = ["the Deno authors"]
edition = "2018"
exclude = [
"typescript/tests/*",
"typescript/src/*",
"typescript/scripts/*",
"typescript/doc/*",
"typescript/lib/*/*.json",
]
[lib]
path = "lib.rs"
[dependencies]
deno = { path = "../core", version = "0.28.0" }
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }