From 9df465d940af23f407b6c72777131bfe76bc0b73 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 25 Jul 2019 15:37:00 +0200 Subject: [PATCH] Add various metadata to Cargo.toml. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e5189705..e769b655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "xmpp" version = "0.3.0" authors = ["Emmanuel Gil Peyrot "] +description = "High-level XMPP library" +homepage = "https://gitlab.com/linkmauve/xmpp-rs" +repository = "https://gitlab.com/linkmauve/xmpp-rs" +keywords = ["xmpp", "jabber", "chat", "messaging", "bot"] +categories = ["network-programming"] license = "MPL-2.0" edition = "2018"