feat add todo
All checks were successful
Build / build-server (push) Successful in 3m48s
Build / build-client (push) Successful in 3m7s

This commit is contained in:
tqcq
2025-07-15 17:41:56 +08:00
parent fb7edd3941
commit c30219536b
3 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ struct AppState {
db_pool: MySqlPool,
}
// TODO: @tqcq support pool for axum
#[tokio::main]
async fn main() {
tracing_subscriber::fmt::init();