1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/core/Cargo.toml
2019-03-31 17:22:02 -04:00

19 lines
423 B
TOML

# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno"
version = "0.3.5"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]
license = "MIT"
[lib]
path = "lib.rs"
[dependencies]
futures = "0.1.25"
lazy_static = "1.3.0"
libc = "0.2.51"
log = "0.4.6"
serde_json = "1.0.39"