mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
11 lines
153 B
TOML
11 lines
153 B
TOML
[package]
|
|
name = "hyper_hello"
|
|
version = "0.0.1"
|
|
|
|
[dependencies]
|
|
hyper = "0.12.35"
|
|
ring = "0.16.9"
|
|
|
|
[[bin]]
|
|
name = "hyper_hello"
|
|
path = "hyper_hello.rs"
|