Files
tokio-playground/spawn-hello/Cargo.toml

9 lines
142 B
TOML

[package]
name = "spawn-hello"
version = "0.1.0"
authors = ["hellerve <veit@veitheller.de>"]
[dependencies]
tokio = "0.1"
futures = "0.1.25"