aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-07-16 05:50:02 -0500
committermat <git@matdoes.dev>2023-07-16 05:50:02 -0500
commit0a83dc73b4c06b9300b8e16f8a30d512374262cd (patch)
tree62ecc67501300bb7ef6c1996cefc440a94f826ee /azalea-protocol/Cargo.toml
parent509c154b4d90515f8964f5a1a732106cb7fa0288 (diff)
downloadazalea-drasl-0a83dc73b4c06b9300b8e16f8a30d512374262cd.tar.xz
add try_read to connection
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 50e6bbae..f1682e8b 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -38,6 +38,7 @@ byteorder = "^1.4.3"
bytes = "^1.4.0"
flate2 = "1.0.26"
futures = "0.3.28"
+futures-lite = "1.13.0"
futures-util = "0.3.28"
log = "0.4.19"
serde = { version = "^1.0", features = ["serde_derive"] }