mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
5 lines
132 B
Rust
5 lines
132 B
Rust
#[tokio::main]
|
|
async fn main() {
|
|
let auth_result = azalea_auth::auth(None).await.unwrap();
|
|
println!("{:?}", auth_result);
|
|
}
|