From acdc48072d662c47d2b1d3c72cdb30ffdca313a2 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 13 Jan 2021 17:21:49 +0100 Subject: [PATCH] tokio-xmpp: extend authors in Cargo.toml --- tokio-xmpp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 6363498a..9da7bdd9 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-xmpp" version = "2.0.0" -authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] +authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg ", "SonnyX ", "Paul Fariello "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"