mini_async_http 0.0.1

Tiny async http server based on mio
Documentation
[dependencies.httparse]
version = "1.3.4"

[dependencies.log]
version = "0.4"

[dependencies.mio]
features = ["os-poll", "tcp", "os-util"]
version = "0.7"
[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.10"

[package]
authors = ["Lucas Matteo"]
description = "Tiny async http server based on mio"
edition = "2018"
license-file = "./LICENSE"
name = "mini_async_http"
readme = "README.md"
repository = "https://github.com/LMatteo/mini-async-http"
version = "0.0.1"