From 721897f49b59fcabd810f4431c637f6b83669ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 20 Oct 2019 21:16:17 +0200 Subject: [PATCH] xmpp-rs: declare avatars feature and set as default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xmpp-rs/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xmpp-rs/Cargo.toml b/xmpp-rs/Cargo.toml index 19ad9c56..9fecabaf 100644 --- a/xmpp-rs/Cargo.toml +++ b/xmpp-rs/Cargo.toml @@ -19,3 +19,7 @@ xmpp-parsers = "0.16" futures = "0.1" tokio = "0.1" log = "0.4" + +[features] +default = ["avatars"] +avatars = []