Added test (#8)

Reviewed-on: #8
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
phoenix
2025-04-01 00:29:09 +00:00
committed by phoenix
parent f105de7c80
commit c9873d95d7
4 changed files with 50 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
pub mod callers;
pub mod config;
pub mod models;
+2 -3
View File
@@ -3,9 +3,8 @@ use axum::{
routing::{get, post},
};
pub mod callers;
pub mod config;
pub mod models;
use icarus_auth::callers;
use icarus_auth::config;
#[tokio::main]
async fn main() {