diff --git a/Cargo.toml b/Cargo.toml index a9def97c99fa7cf963c671cbac104bd1ead19bfe..fc327514edf4079c8de4b7a04b18aa3063891137 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"