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] [package]
name = "hanabi-muc" name = "muchrooms"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"] authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
description = "MUC implementation allowing participants to play the Hanabi game." description = "MUC component implementation."
[dependencies] [dependencies]
async-trait = "^0.1" 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 This is a MUC component implementation in Rust.
able to write a gaming chat room for the Hanabi game, but I may also just want
to implement parts of standard MUC. 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 ## License