blob: a922e8837d896fe2a5e1bbc4d0ed23b4992b5ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
|