Working echo server

This commit is contained in:
Matt Brubeck 2020-05-17 10:19:34 -07:00
parent bf439b4c52
commit a0c20258cb
3 changed files with 105 additions and 5 deletions

View file

@ -14,6 +14,7 @@ edition = "2018"
async-tls = "0.7.0"
async-std = "1.5"
rustls = "0.17.0"
env_logger = "0.7.1"
[profile.release]
lto = true