Files
tokio-playground/fib/Cargo.toml

9 lines
134 B
TOML

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