[package]
name = "api_server"
version = "0.1.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
[dependencies]
serde = ">=1.0.27"
serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
libc = ">=0.2.39"
logger = { path = "../logger" }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "49240ce" }
mmds = { path = "../mmds" }
seccompiler = { path = "../seccompiler" }
utils = { path = "../utils" }
vmm = { path = "../vmm" }
[dev-dependencies]
libc = ">=0.2.39"