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

12 lines
153 B
TOML
Raw Normal View History

[package]
name = "hyper_hello"
version = "0.0.1"
[dependencies]
2019-08-02 11:58:09 -04:00
hyper = "0.12.33"
ring = "0.14.6"
[[bin]]
name = "hyper_hello"
path = "hyper_hello.rs"