diff options
| author | mat <github@matdoes.dev> | 2022-04-29 00:40:47 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-29 00:40:47 -0500 |
| commit | 3bd32cfa00e8b50b47267ab75a4ff8892ae89d54 (patch) | |
| tree | b159bc4e7a4f27b7ffd25505d081e5dd12b285de /azalea-client/Cargo.toml | |
| parent | b6fb96429c4530530f46e5deb5998f2249e5124e (diff) | |
| download | azalea-drasl-3bd32cfa00e8b50b47267ab75a4ff8892ae89d54.tar.xz | |
how do i do this
Diffstat (limited to 'azalea-client/Cargo.toml')
| -rwxr-xr-x | azalea-client/Cargo.toml | 1 |
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"]} |
