diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hyper_hello/Cargo.toml | 11 | ||||
-rw-r--r-- | tools/hyper_hello/hyper_hello.rs (renamed from tools/hyper_hello.rs) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml new file mode 100644 index 000000000..44226a143 --- /dev/null +++ b/tools/hyper_hello/Cargo.toml @@ -0,0 +1,11 @@ +[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" diff --git a/tools/hyper_hello.rs b/tools/hyper_hello/hyper_hello.rs index dc4dceb06..dc4dceb06 100644 --- a/tools/hyper_hello.rs +++ b/tools/hyper_hello/hyper_hello.rs |