cloud-hypervisor/hypervisor/Cargo.toml
Muminul Islam 56a1638517 hypervisor: Introduce hypervisor crate
The purpose of this trait is to add support for other hypervisors than
KVM, like e.g. Microsoft Hyper-V.

Further commits will define additional hypervisor related traits like
Vcpu and Vm. Each of the supported hypervisor will need to implement all
traits defined from the hypervisor crate.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
2020-06-22 15:03:15 +02:00

8 lines
132 B
TOML

[package]
name = "hypervisor"
version = "0.1.0"
authors = ["Muminul Islam<muislam@microsoft.com>"]
edition = "2018"
[dependencies]