add futures-based hello world
This commit is contained in:
8
future-hello-world/Cargo.toml
Normal file
8
future-hello-world/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user