1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/deno_typescript/Cargo.toml

25 lines
536 B
TOML
Raw Normal View History

[package]
name = "deno_typescript"
2019-11-26 11:22:18 -05:00
version = "0.25.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]
2019-11-26 11:22:18 -05:00
deno = { path = "../core", version = "0.25.0" }
2019-11-07 17:26:49 -05:00
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }