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