From 2fec9083a4e84e17e6958b415d2adf869cff988e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 18 Oct 2019 13:44:25 +0200 Subject: [PATCH] Prepare for merge: Move all xmpp-rs files into xmpp-rs/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- .gitlab-ci.yml => xmpp-rs/.gitlab-ci.yml | 0 Cargo.toml => xmpp-rs/Cargo.toml | 0 ChangeLog => xmpp-rs/ChangeLog | 0 LICENSE => xmpp-rs/LICENSE | 0 README.md => xmpp-rs/README.md | 0 {examples => xmpp-rs/examples}/hello_bot.rs | 0 {src => xmpp-rs/src}/lib.rs | 0 {src => xmpp-rs/src}/pubsub/avatar.rs | 0 {src => xmpp-rs/src}/pubsub/mod.rs | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename .gitlab-ci.yml => xmpp-rs/.gitlab-ci.yml (100%) rename Cargo.toml => xmpp-rs/Cargo.toml (100%) rename ChangeLog => xmpp-rs/ChangeLog (100%) rename LICENSE => xmpp-rs/LICENSE (100%) rename README.md => xmpp-rs/README.md (100%) rename {examples => xmpp-rs/examples}/hello_bot.rs (100%) rename {src => xmpp-rs/src}/lib.rs (100%) rename {src => xmpp-rs/src}/pubsub/avatar.rs (100%) rename {src => xmpp-rs/src}/pubsub/mod.rs (100%) diff --git a/.gitlab-ci.yml b/xmpp-rs/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to xmpp-rs/.gitlab-ci.yml diff --git a/Cargo.toml b/xmpp-rs/Cargo.toml similarity index 100% rename from Cargo.toml rename to xmpp-rs/Cargo.toml diff --git a/ChangeLog b/xmpp-rs/ChangeLog similarity index 100% rename from ChangeLog rename to xmpp-rs/ChangeLog diff --git a/LICENSE b/xmpp-rs/LICENSE similarity index 100% rename from LICENSE rename to xmpp-rs/LICENSE diff --git a/README.md b/xmpp-rs/README.md similarity index 100% rename from README.md rename to xmpp-rs/README.md diff --git a/examples/hello_bot.rs b/xmpp-rs/examples/hello_bot.rs similarity index 100% rename from examples/hello_bot.rs rename to xmpp-rs/examples/hello_bot.rs diff --git a/src/lib.rs b/xmpp-rs/src/lib.rs similarity index 100% rename from src/lib.rs rename to xmpp-rs/src/lib.rs diff --git a/src/pubsub/avatar.rs b/xmpp-rs/src/pubsub/avatar.rs similarity index 100% rename from src/pubsub/avatar.rs rename to xmpp-rs/src/pubsub/avatar.rs diff --git a/src/pubsub/mod.rs b/xmpp-rs/src/pubsub/mod.rs similarity index 100% rename from src/pubsub/mod.rs rename to xmpp-rs/src/pubsub/mod.rs