mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
12 lines
205 B
TOML
12 lines
205 B
TOML
[package]
|
|
name = "hyper_hello"
|
|
version = "0.0.1"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
hyper = "0.13.3"
|
|
tokio = { version = "0.2.13", features = ["full"] }
|
|
|
|
[[bin]]
|
|
name = "hyper_hello"
|
|
path = "hyper_hello.rs"
|