aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-11-18 21:52:09 -0600
committerGitHub <noreply@github.com>2022-11-18 21:52:09 -0600
commit7ad4b227267e3bb2da99ef5d76c30cd54d040157 (patch)
treea0a2fe96b10552b433dd82b632d85cca7b902d86 /azalea-client/Cargo.toml
parentad6da947cdd0e3eace84135e054c0bfd0e1351fa (diff)
downloadazalea-drasl-7ad4b227267e3bb2da99ef5d76c30cd54d040157.tar.xz
Add functions to get ChatPacket author and content (#42)
* Add functions to get ChatPacket author and content * add ChatPacket::username and ChatPacket::content
Diffstat (limited to 'azalea-client/Cargo.toml')
-rw-r--r--azalea-client/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index edcee904..3f67dd99 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -19,9 +19,11 @@ azalea-crypto = {path = "../azalea-crypto", version = "0.3.0"}
azalea-physics = {path = "../azalea-physics", version = "0.3.0"}
azalea-protocol = {path = "../azalea-protocol", version = "0.3.0"}
azalea-world = {path = "../azalea-world", version = "0.3.0"}
+lazy_static = "1.4.0"
log = "0.4.17"
nohash-hasher = "0.2.0"
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
+regex = "1.7.0"
thiserror = "^1.0.34"
tokio = {version = "^1.21.2", features = ["sync"]}
typemap_rev = "0.2.0"