mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Update description in Cargo.toml to include MSHV
Since CloudHypervisor also supports running on top of Microsoft Hypervisor (MSHV). Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
1bd8afeffa
commit
9b87a7e699
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
authors = ["The Cloud Hypervisor Authors"]
|
authors = ["The Cloud Hypervisor Authors"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
default-run = "cloud-hypervisor"
|
default-run = "cloud-hypervisor"
|
||||||
description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM"
|
description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM & MSHV"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
|
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
|
||||||
license = "LICENSE-APACHE & LICENSE-BSD-3-Clause"
|
license = "LICENSE-APACHE & LICENSE-BSD-3-Clause"
|
||||||
|
|||||||
Reference in New Issue
Block a user