Change name of the project to muchrooms

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-12-27 11:41:41 +01:00
parent 5be165e08a
commit 6f7f55a72f
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 9 additions and 6 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "hanabi-muc"
name = "muchrooms"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
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"

View file

@ -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