diff --git a/Cargo.toml b/Cargo.toml index a9def97c..fc327514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "xmpp" version = "0.3.0" -authors = ["Emmanuel Gil Peyrot "] +authors = [ + "Emmanuel Gil Peyrot ", + "Maxime “pep” Buquet ", +] description = "High-level XMPP library" homepage = "https://gitlab.com/linkmauve/xmpp-rs" repository = "https://gitlab.com/linkmauve/xmpp-rs"