add futures-based hello world

This commit is contained in:
2019-01-23 12:47:28 +01:00
parent f083abaf6d
commit 20f81caa1e
4 changed files with 714 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "future-hello-world"
version = "0.1.0"
authors = ["hellerve <veit@veitheller.de>"]
[dependencies]
tokio = "0.1"
futures = "0.1.25"