mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
e50f4418a2
Based on Firecracker commit 58edf03b. We're going to use the micro_http crate to serve the cloud-hypervisor HTTP API. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
7 lines
133 B
TOML
7 lines
133 B
TOML
[package]
|
|
name = "micro_http"
|
|
version = "0.1.0"
|
|
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
|
|
|
|
[dependencies]
|