diff --git a/Cargo.toml b/Cargo.toml index 23e709b..08a00ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,13 @@ name = "kvmi" version = "0.1.0" authors = ["Mathieu Tarral "] edition = "2018" -repository = "https://github.com/Wenzel/kvmi" +description = "Safe bindings for libkvmi" readme = "README.md" -keywords = ["KVM", "KVMi"] -description = "Rust bindings for KVMi" +homepage = "https://github.com/Wenzel/kvmi" +repository = "https://github.com/Wenzel/kvmi" license = "GPL-3.0-only" +keywords = ["KVM", "KVMi", "introspection", "VMI"] +categories = ["api-bindings"] [dependencies]