add client_auth using sasl

This commit is contained in:
Astro 2017-06-06 01:29:20 +02:00
commit f8de49569f
5 changed files with 182 additions and 1 deletions

View file

@ -11,3 +11,5 @@ bytes = "*"
RustyXML = "*"
rustls = "*"
tokio-rustls = "*"
sasl = "*"
rustc-serialize = "*"