0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

Add missing deps to cargo.toml

We're using ring and futures directly, so they should be listed in
cargo.toml.
This commit is contained in:
Bert Belder 2018-09-17 11:11:12 -07:00 committed by Ryan Dahl
parent 24ebd80ae7
commit 82d0638139

View file

@ -8,13 +8,15 @@ name = "deno"
version = "0.0.0"
[dependencies]
url = "1.7.1"
dirs = "1.0.3"
flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" }
futures = "0.1.23"
hyper = "0.12.9"
hyper-rustls = "0.14.0"
libc = "0.2.42"
log = "0.4.4"
rand = "0.4.3"
ring = "0.13.2"
tempfile = "3"
tokio = "0.1.8"
hyper = "0.12.9"
hyper-rustls = "0.14.0"
flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" }
dirs = "1.0.3"
url = "1.7.1"