diff options
| author | mat <github@matdoes.dev> | 2022-06-20 01:19:59 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-20 01:19:59 -0500 |
| commit | efd874957331d8bff1cefa0f43d81685690391bf (patch) | |
| tree | 8c3ba4dd23f0bb15f467a49597068a62fd91ff6c /bot/Cargo.toml | |
| parent | 438d633b83dde37e3d3564706da466963a8bc999 (diff) | |
| download | azalea-drasl-efd874957331d8bff1cefa0f43d81685690391bf.tar.xz | |
add gametick event and find_one_entity
Diffstat (limited to 'bot/Cargo.toml')
| -rwxr-xr-x | bot/Cargo.toml | 1 |
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" |
