aboutsummaryrefslogtreecommitdiff
path: root/minecraft-chat/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-chat/src/lib.rs')
-rw-r--r--minecraft-chat/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs
index cc887f66..73485a3e 100644
--- a/minecraft-chat/src/lib.rs
+++ b/minecraft-chat/src/lib.rs
@@ -1,8 +1,9 @@
-//! Things for working with Minecraft chat messages.
+//! Things for working with Minecraft chat messages, inspired by the Minecraft source code and prismarine-chat.
pub mod base_component;
pub mod component;
pub mod mutable_component;
+pub mod style;
pub mod text_component;
pub mod translatable_component;