From e0bcab53b8a3721a008e47062c6b5972fa64b8ad Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 2 Oct 2022 15:02:27 -0500 Subject: start adding stuff to azalea crate --- azalea/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'azalea/src/lib.rs') 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; -- cgit v1.2.3