diff options
Diffstat (limited to 'azalea-auth/src/lib.rs')
| -rw-r--r-- | azalea-auth/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs new file mode 100644 index 00000000..773ea1d9 --- /dev/null +++ b/azalea-auth/src/lib.rs @@ -0,0 +1,3 @@ +//! Handle Minecraft authentication. + +pub mod game_profile; |
