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-auth/src/lib.rs | |
| parent | cc70d80932269ca3d044224481ab46082e0a8449 (diff) | |
| download | azalea-drasl-80d49a76073d417e118b85636df2a923043b0250.tar.xz | |
azalea_auth::encryption -> azalea_crypto
Diffstat (limited to 'azalea-auth/src/lib.rs')
| -rwxr-xr-x | azalea-auth/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs index ba35055f..773ea1d9 100755 --- a/azalea-auth/src/lib.rs +++ b/azalea-auth/src/lib.rs @@ -1,4 +1,3 @@ //! Handle Minecraft authentication. -pub mod encryption; pub mod game_profile; |
