From 7ad4b227267e3bb2da99ef5d76c30cd54d040157 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:52:09 -0600 Subject: Add functions to get ChatPacket author and content (#42) * Add functions to get ChatPacket author and content * add ChatPacket::username and ChatPacket::content --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9c53524f..f97c3e2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,11 @@ dependencies = [ "azalea-physics", "azalea-protocol", "azalea-world", + "lazy_static", "log", "nohash-hasher", "parking_lot", + "regex", "thiserror", "tokio", "typemap_rev", -- cgit v1.2.3