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"]