diff options
| author | Ubuntu <github@matdoes.dev> | 2023-01-30 22:05:18 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2023-01-30 22:05:18 +0000 |
| commit | 2539f948c7a88a86b27b1878f6c28976285f348c (patch) | |
| tree | 870de6fcb6f3fcdb696c2c4db7c0f8f64241a681 /azalea-auth/src | |
| parent | d195f400ed71b114a9ea5e66ff98dec65e6dc47a (diff) | |
| download | azalea-drasl-2539f948c7a88a86b27b1878f6c28976285f348c.tar.xz | |
have docs for all crates
Diffstat (limited to 'azalea-auth/src')
| -rwxr-xr-x | azalea-auth/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs index 17c87636..794332d4 100755 --- a/azalea-auth/src/lib.rs +++ b/azalea-auth/src/lib.rs @@ -1,3 +1,5 @@ +#![doc = include_str!("../README.md")] + mod auth; mod cache; pub mod game_profile; |
