diff options
| author | mat <github@matdoes.dev> | 2022-09-04 21:24:10 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-04 21:24:10 -0500 |
| commit | 99fcad7bc4133c32627fe2e4751faad05b9b4ef1 (patch) | |
| tree | 77d776fa1eb0476d1709c67c07af2293674c4a0e /azalea-client | |
| parent | 2557d70576764c32773153d33eeaa31f34b16b15 (diff) | |
| download | azalea-drasl-99fcad7bc4133c32627fe2e4751faad05b9b4ef1.tar.xz | |
fix chunks not being able to be read
Diffstat (limited to 'azalea-client')
| -rwxr-xr-x | azalea-client/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 9fa32b75..8efa09b3 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -7,13 +7,13 @@ version = "0.1.0" [dependencies] anyhow = "1.0.59" -azalea-auth = { path = "../azalea-auth" } -azalea-core = { path = "../azalea-core" } -azalea-crypto = { path = "../azalea-crypto" } -azalea-physics = { path = "../azalea-physics" } -azalea-protocol = { path = "../azalea-protocol" } -azalea-world = { path = "../azalea-world" } -azalea-block = { path = "../azalea-block" } -thiserror = "^1.0.32" -tokio = { version = "^1.19.2", features = ["sync"] } +azalea-auth = {path = "../azalea-auth"} +azalea-block = {path = "../azalea-block"} +azalea-core = {path = "../azalea-core"} +azalea-crypto = {path = "../azalea-crypto"} +azalea-physics = {path = "../azalea-physics"} +azalea-protocol = {path = "../azalea-protocol"} +azalea-world = {path = "../azalea-world"} +thiserror = "^1.0.34" +tokio = {version = "^1.19.2", features = ["sync"]} uuid = "^1.1.2" |
