diff --git a/Cargo.toml b/Cargo.toml index e236251d..7118c203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "xmpp-parsers" version = "0.1.0" authors = ["Emmanuel Gil Peyrot "] +description = "Collection of parsers and serialisers for XMPP extensions" +homepage = "https://hg.linkmauve.fr/xmpp-parsers" +repository = "https://hg.linkmauve.fr/xmpp-parsers" +keywords = ["xmpp"] +categories = ["parsing", "network-programming"] [dependencies] minidom = "0.2.0"