Pulled the code from firecracker-microvm/src/micro-http. Signed-off-by: George Pisaltu <gpl@amazon.com> Signed-off-by: Andreea Florescu <fandree@amazon.com>
8 lines
151 B
TOML
8 lines
151 B
TOML
[package]
|
|
name = "micro_http"
|
|
version = "0.1.0"
|
|
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
|
|
|
|
[dependencies]
|
|
epoll = ">=4.0.1"
|