diff options
| author | mat <github@matdoes.dev> | 2022-04-29 23:06:40 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-29 23:06:40 -0500 |
| commit | c8c356685d9050d166226fb01353faba5fc00f4a (patch) | |
| tree | 4c4d295e44eacfcb31b025e903c0b60d73c35c83 /azalea-client/src/lib.rs | |
| parent | baaa7658b58adfe72f0ea96d629dc76298ddf5dc (diff) | |
| download | azalea-drasl-c8c356685d9050d166226fb01353faba5fc00f4a.tar.xz | |
background task works!
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rwxr-xr-x | azalea-client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 0e1b8c16..c11d3517 100755 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -3,7 +3,7 @@ mod connect; pub mod ping; -pub use connect::{Account, ServerClient}; +pub use connect::{Account, Client, Event}; #[cfg(test)] mod tests { |
