Cargo.toml 266 字节
Newer Older
B
Bert Belder 已提交
1 2 3
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.

[package]
4
name = "deno"
R
v0.3.5  
Ryan Dahl 已提交
5
version = "0.3.5"
B
Bert Belder 已提交
6 7 8 9 10 11 12
edition = "2018"

[lib]
path = "lib.rs"

[dependencies]
futures = "0.1.25"
B
Bert Belder 已提交
13
lazy_static = "1.3.0"
B
Bert Belder 已提交
14
libc = "0.2.51"
B
Bert Belder 已提交
15
log = "0.4.6"
B
Bert Belder 已提交
16
serde_json = "1.0.39"