From be762fc5d37ba48386996afb4c5ba0c94aaf5883 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 10 Dec 2021 00:54:58 -0600 Subject: rust is driving me insane --- minecraft-chat/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'minecraft-chat/src/lib.rs') diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs index 2fbad937..b7035e13 100644 --- a/minecraft-chat/src/lib.rs +++ b/minecraft-chat/src/lib.rs @@ -1,4 +1,8 @@ -//! Things for working with Minecraft chat messages, inspired by the Minecraft source code and prismarine-chat. +//! Things for working with Minecraft chat messages. +//! This was inspired by Minecraft and prismarine-chat. + +#[macro_use] +extern crate lazy_static; pub mod base_component; pub mod component; -- cgit v1.2.3