From d4754e18f9df56ff7589fd687f6f339ad1088c5f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 9 Aug 2020 11:39:31 +0200 Subject: [PATCH] Cargo.toml: add missing [package] entries These are required by some tools, but also by crates.io one day. Signed-off-by: Anatol Belski --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7f09b2316..ed2f2ea48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2018" default-run = "cloud-hypervisor" build = "build.rs" +license = "LICENSE-APACHE & LICENSE-BSD-3-Clause" +description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM" +homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor" [profile.release] lto = true