mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
2ed17abb5c
We will only support a --kernel option for now. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
8 lines
146 B
TOML
8 lines
146 B
TOML
[package]
|
|
name = "cloud-hypervisor"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "=2.27.1" |