Files
micro-http/Cargo.toml
Jonathan fbef706e28 Update to Rust 2021 edition
Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
2023-01-11 11:27:26 +02:00

11 lines
213 B
TOML

[package]
name = "micro_http"
version = "0.1.0"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
[dependencies]
libc = "0.2.66"
vmm-sys-util = "0.11.0"