diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 14:19:19 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 14:19:19 +0000 |
| commit | c7b65b6ec88f4ee861416223a6e5984195c52abe (patch) | |
| tree | 60b9068a283117b7353fb9438a1f490cd0f3ba0d | |
| parent | 0f88e05a0cfe43c910f130f8e70f51055d9f6fd2 (diff) | |
| download | azalea-drasl-c7b65b6ec88f4ee861416223a6e5984195c52abe.tar.xz | |
set versions in az-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 bbcf732b..5053bffd 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -7,16 +7,16 @@ version = "0.1.0" [dependencies] anyhow = "1.0.59" -azalea-auth = {path = "../azalea-auth"} -azalea-block = {path = "../azalea-block"} -azalea-chat = {path = "../azalea-chat"} -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-auth = { path = "../azalea-auth", version = "0.1.0" } +azalea-block = { path = "../azalea-block", version = "0.1.0" } +azalea-chat = { path = "../azalea-chat", version = "0.1.0" } +azalea-core = { path = "../azalea-core", version = "0.1.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.1.0" } +azalea-physics = { path = "../azalea-physics", version = "0.1.0" } +azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" } +azalea-world = { path = "../azalea-world", version = "0.1.0" } log = "0.4.17" parking_lot = "0.12.1" thiserror = "^1.0.34" -tokio = {version = "^1.19.2", features = ["sync"]} +tokio = { version = "^1.19.2", features = ["sync"] } uuid = "^1.1.2" |
