tokio-xmpp: extend authors in Cargo.toml

This commit is contained in:
Astro 2021-01-13 17:21:49 +01:00
parent d9994921d9
commit acdc48072d

View file

@ -1,7 +1,7 @@
[package] [package]
name = "tokio-xmpp" name = "tokio-xmpp"
version = "2.0.0" version = "2.0.0"
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>"] authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>", "SonnyX <randy@vonderweide.nl>", "Paul Fariello <paul@fariello.eu>"]
description = "Asynchronous XMPP for Rust with tokio" description = "Asynchronous XMPP for Rust with tokio"
license = "MPL-2.0" license = "MPL-2.0"
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"