aboutsummaryrefslogtreecommitdiff
path: root/bot/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-20 01:19:59 -0500
committermat <github@matdoes.dev>2022-06-20 01:19:59 -0500
commitefd874957331d8bff1cefa0f43d81685690391bf (patch)
tree8c3ba4dd23f0bb15f467a49597068a62fd91ff6c /bot/Cargo.toml
parent438d633b83dde37e3d3564706da466963a8bc999 (diff)
downloadazalea-drasl-efd874957331d8bff1cefa0f43d81685690391bf.tar.xz
add gametick event and find_one_entity
Diffstat (limited to 'bot/Cargo.toml')
-rwxr-xr-xbot/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index b66e3b75..f61bf2fa 100755
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -10,3 +10,4 @@ azalea-client = {path = "../azalea-client"}
azalea-core = {path = "../azalea-core"}
azalea-protocol = {path = "../azalea-protocol"}
tokio = "^1.19.2"
+uuid = "^1.1.2"