diff options
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" |
