Cargo.toml: add missing [package] entries

These are required by some tools, but also by crates.io one day.

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski 2020-08-09 11:39:31 +02:00 committed by Sebastien Boeuf
parent 3bbed83e8e
commit d4754e18f9

View File

@ -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