async-tcp: initial

This commit is contained in:
2019-01-25 09:16:56 +01:00
parent 20f81caa1e
commit b439b235f8
4 changed files with 725 additions and 0 deletions

9
async-tcp/Cargo.toml Normal file
View File

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