0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/core/Cargo.toml
Ryan Dahl 3ba4c3c2b0
Remove deno_core_http_bench from core/Cargo.toml (#2023)
So we don't have to have an optional tokio dependency. We build
deno_core_http_bench using GN anyway.
2019-03-31 11:11:36 -04:00

16 lines
266 B
TOML

# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno"
version = "0.3.5"
edition = "2018"
[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"