Basic ugly server working

This commit is contained in:
2021-05-14 21:17:38 +02:00
parent 0b76ba2069
commit bb12b57bf1
5 changed files with 106 additions and 1 deletions

View File

@ -7,3 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
threadpool = "1.0"
json = "0.12.4"
openssl = {version = "0.10", features = ["vendored"]}