Files
micro-http/Cargo.toml
Andreea Florescu 6708271862 initial commit
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>
2020-01-27 12:28:50 +02:00

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"