diff options
| author | mat <github@matdoes.dev> | 2022-06-17 20:46:16 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-17 20:46:16 -0500 |
| commit | f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (patch) | |
| tree | 43968ba301274358a74399a5ed3d73f5204e7046 /azalea-client/Cargo.toml | |
| parent | fcdb6d31eeb93887caae104724b230196a0fc5bc (diff) | |
| download | azalea-drasl-f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e.tar.xz | |
Create azalea-entity
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 1156f8de..cc34f03a 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -9,6 +9,7 @@ version = "0.1.0" azalea-auth = {path = "../azalea-auth"} azalea-core = {path = "../azalea-core"} azalea-crypto = {path = "../azalea-crypto"} +azalea-entity = {path = "../azalea-entity"} azalea-protocol = {path = "../azalea-protocol"} azalea-world = {path = "../azalea-world"} tokio = {version = "1.18.0", features = ["sync"]} |
