diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-11-18 21:52:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-18 21:52:09 -0600 |
| commit | 7ad4b227267e3bb2da99ef5d76c30cd54d040157 (patch) | |
| tree | a0a2fe96b10552b433dd82b632d85cca7b902d86 /Cargo.lock | |
| parent | ad6da947cdd0e3eace84135e054c0bfd0e1351fa (diff) | |
| download | azalea-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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,9 +212,11 @@ dependencies = [ "azalea-physics", "azalea-protocol", "azalea-world", + "lazy_static", "log", "nohash-hasher", "parking_lot", + "regex", "thiserror", "tokio", "typemap_rev", |
