Reintroduce a simple HTTP server

This commit is contained in:
Kerollmops
2020-05-31 17:48:13 +02:00
parent 2a10b2275e
commit a26553c90a
9 changed files with 1458 additions and 83 deletions

View File

@ -26,5 +26,10 @@ smallvec = "1.4.0"
structopt = { version = "0.3.14", default-features = false }
tempfile = "3.1.0"
# http server
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2.15", features = ["full"] }
warp = "0.2.2"
[profile.release]
debug = true