0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tools/hyper_hello/Cargo.toml

13 lines
205 B
TOML
Raw Normal View History

[package]
name = "hyper_hello"
version = "0.0.1"
edition = "2018"
[dependencies]
2020-05-06 10:10:51 -04:00
hyper = "0.13.5"
2020-05-30 05:35:44 -04:00
tokio = { version = "0.2.21", features = ["full"] }
[[bin]]
name = "hyper_hello"
path = "hyper_hello.rs"