From 99fcad7bc4133c32627fe2e4751faad05b9b4ef1 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 4 Sep 2022 21:24:10 -0500 Subject: fix chunks not being able to be read --- azalea-client/Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'azalea-client') 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" -- cgit v1.2.3