Refine code to support rust edition 2018, no functional changes. Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
10 lines
191 B
TOML
10 lines
191 B
TOML
[package]
|
|
name = "micro_http"
|
|
version = "0.1.0"
|
|
license = "Apache-2.0"
|
|
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
epoll = ">=4.0.1"
|