async-tcp: initial
This commit is contained in:
9
async-tcp/Cargo.toml
Normal file
9
async-tcp/Cargo.toml
Normal 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 = "*"
|
Reference in New Issue
Block a user