Files
micro-http/Cargo.toml
Andreea Florescu e8c0f8eaf0 added license
Signed-off-by: Andreea Florescu <fandree@amazon.com>
2020-03-24 18:22:44 +02:00

9 lines
174 B
TOML

[package]
name = "micro_http"
version = "0.1.0"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
[dependencies]
epoll = ">=4.0.1"