1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/tools/hyper_hello/Cargo.toml
Ryan Dahl bd6ebb32df
hyper_hello should be in its own crate (#2641)
So that "cargo build" will build it when the gn frontend is eventually
removed.
2019-07-15 14:00:27 -04:00

11 lines
153 B
TOML

[package]
name = "hyper_hello"
version = "0.0.1"
[dependencies]
hyper = "0.12.30"
ring = "0.14.6"
[[bin]]
name = "hyper_hello"
path = "hyper_hello.rs"