Change name of the project to muchrooms
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5be165e08a
commit
6f7f55a72f
2 changed files with 9 additions and 6 deletions
|
@ -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"
|
||||
|
|
11
README.md
11
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue