diff options
| author | mat <github@matdoes.dev> | 2022-04-30 21:30:45 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-30 21:30:45 -0500 |
| commit | 80d49a76073d417e118b85636df2a923043b0250 (patch) | |
| tree | 8e27492a181d82fcf524e8b5b5b997e9231e3aed /azalea-protocol/Cargo.toml | |
| parent | cc70d80932269ca3d044224481ab46082e0a8449 (diff) | |
| download | azalea-drasl-80d49a76073d417e118b85636df2a923043b0250.tar.xz | |
azalea_auth::encryption -> azalea_crypto
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 37df8697..9ebcd9d7 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -13,6 +13,7 @@ azalea-auth = {path = "../azalea-auth"} azalea-brigadier = {path = "../azalea-brigadier"} azalea-chat = {path = "../azalea-chat"} azalea-core = {path = "../azalea-core"} +azalea-crypto = {path = "../azalea-crypto"} azalea-nbt = {path = "../azalea-nbt"} byteorder = "^1.4.3" bytes = "^1.1.0" |
