deno/core/Cargo.toml

22 lines
492 B
TOML
Raw Normal View History

# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
[package]
2019-03-30 23:30:40 +00:00
name = "deno"
2019-04-04 10:12:16 +00:00
version = "0.3.6"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]
license = "MIT"
2019-04-04 13:35:52 +00:00
readme = "README.md"
repository = "https://github.com/denoland/deno"
[lib]
path = "lib.rs"
[dependencies]
futures = "0.1.25"
2019-02-27 18:24:22 +00:00
lazy_static = "1.3.0"
2019-03-29 18:50:07 +00:00
libc = "0.2.51"
log = "0.4.6"
2019-03-29 18:50:07 +00:00
serde_json = "1.0.39"