Files
tokio-playground/async-tcp/Cargo.toml
2019-01-25 09:16:56 +01:00

10 lines
152 B
TOML

[package]
name = "async-tcp"
version = "0.1.0"
authors = ["hellerve <veit@veitheller.de>"]
[dependencies]
tokio = "0.1"
futures = "0.1.25"
bytes = "*"