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
541 B
TOML
Raw Normal View History

[package]
name = "deno_typescript"
2020-06-12 12:43:09 -04:00
version = "0.48.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]
2020-06-12 12:43:09 -04:00
deno_core = { path = "../core", version = "0.48.0" }
2020-06-19 13:44:28 -04:00
serde_json = "1.0.55"
serde = { version = "1.0.112", features = ["derive"] }