Add really basic request responses

This commit is contained in:
2021-05-15 23:20:07 +02:00
parent 6a7e3f1135
commit 676c4e7a18
5 changed files with 64 additions and 9 deletions

View File

@ -10,3 +10,4 @@ edition = "2018"
threadpool = "1.0"
json = "0.12.4"
openssl = {version = "0.10", features = ["vendored"]}
chrono = "0.4"