From b6408f77ca913475596c5bbe8cd677bebcdc9e50 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 27 May 2017 20:27:44 +0100 Subject: [PATCH] add myself to the authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95a06d6..3a5c30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xmpp" version = "0.2.0" -authors = ["lumi "] +authors = ["lumi ", "Emmanuel Gil Peyrot "] description = "A type-safe rust XMPP library. Still under development." homepage = "https://gitlab.com/lumi/xmpp-rs" repository = "https://gitlab.com/lumi/xmpp-rs"