aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-29 00:40:47 -0500
committermat <github@matdoes.dev>2022-04-29 00:40:47 -0500
commit3bd32cfa00e8b50b47267ab75a4ff8892ae89d54 (patch)
treeb159bc4e7a4f27b7ffd25505d081e5dd12b285de /azalea-client/Cargo.toml
parentb6fb96429c4530530f46e5deb5998f2249e5124e (diff)
downloadazalea-drasl-3bd32cfa00e8b50b47267ab75a4ff8892ae89d54.tar.xz
how do i do this
Diffstat (limited to 'azalea-client/Cargo.toml')
-rwxr-xr-xazalea-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 5769f289..d8477ea1 100755
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -8,3 +8,4 @@ version = "0.1.0"
[dependencies]
azalea-auth = {path = "../azalea-auth"}
azalea-protocol = {path = "../azalea-protocol"}
+tokio = {version = "1.18.0", features = ["sync"]}