From 22d6af1fdc456c3ddb9bd7f6fdba3f3588406599 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Mon, 17 Aug 2020 00:17:52 +0200 Subject: [PATCH] cargo: fill required fields for publishing --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8ecc96d2..99e92d5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "microvmi" version = "0.1.0" authors = ["Mathieu Tarral "] edition = "2018" +license = "GPL-3.0-only" +description = "A cross-platform, unified, low-level VMI API on top of hypervisors" +homepage = "https://github.com/Wenzel/libmicrovmi" +repository = "https://github.com/Wenzel/libmicrovmi" +readme = "README.md" +keywords = ["introspection", "VMI"] [lib] crate-type = ["cdylib", "lib"]