diff options
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 144caa55..fe8a3740 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -1,2 +1,4 @@ -//! This is currently an advertisement crate for -//! [Azalea](https://github.com/mat-1/azalea). More stuff will be here soon! +mod bot; +pub mod prelude; + +pub use azalea_client::Client; |
