From 6f7f55a72f3b6d02f0c9f0413819155a9be67293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 27 Dec 2022 11:41:41 +0100 Subject: [PATCH] Change name of the project to muchrooms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 4 ++-- README.md | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c05952..819e10a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "hanabi-muc" +name = "muchrooms" authors = ["Maxime “pep” Buquet "] version = "0.1.0" edition = "2021" license = "AGPL-3.0-or-later" -description = "MUC implementation allowing participants to play the Hanabi game." +description = "MUC component implementation." [dependencies] async-trait = "^0.1" diff --git a/README.md b/README.md index 6d841d6..0a0e541 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -# MUC Component +# Muchrooms -This is a MUC component implementation in Rust. The primary goal was to be -able to write a gaming chat room for the Hanabi game, but I may also just want -to implement parts of standard MUC. +This is a MUC component implementation in Rust. + +The primary goal was to be able to write gaming chat rooms for the online +(board) games, but it is growing into a more complete implementation. + +The name is pronounced “mushrooms”. ## License