diff options
| author | mat <github@matdoes.dev> | 2022-04-26 19:38:07 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-26 19:38:07 -0500 |
| commit | 9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 (patch) | |
| tree | 5bef94cbfc34fca7045f220f226c581757f3953c /azalea-auth/src | |
| parent | dd24110019c0ded21e064b2273acc326173c84f5 (diff) | |
| download | azalea-drasl-9c69d7d5f2f704b1de37e1a102bf4390cdd879a5.tar.xz | |
finish update recipes packet implementation
Diffstat (limited to 'azalea-auth/src')
| -rwxr-xr-x | azalea-auth/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs index afe9eb33..ba35055f 100755 --- a/azalea-auth/src/lib.rs +++ b/azalea-auth/src/lib.rs @@ -1,6 +1,4 @@ //! Handle Minecraft authentication. -pub mod game_profile; pub mod encryption; - - +pub mod game_profile; |
