add protocol test client

This uses futures for everything which is mostly useful as a
test to see if the protocol crate's non-blocking I/O support
can handle it...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-03-06 10:23:56 +01:00
parent e2d007f76e
commit 6716f30bbc
2 changed files with 713 additions and 1 deletions

View File

@ -20,6 +20,7 @@ url = "1.7"
futures = "0.1"
tokio-threadpool = "0.1"
tokio = "0.1"
tokio-fs = "0.1"
tokio-tls = "0.2.1"
native-tls = "0.2.2"
http = "0.1"
@ -41,4 +42,4 @@ base64 = "0.10"
pam-sys = "0.5"
pam = "0.7"
lz4 = "1.23"
xdg = "2.2"
xdg = "2.2"