mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -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:
parent
24ebd80ae7
commit
82d0638139
1 changed files with 7 additions and 5 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue