chore: add axum macros feature and remove unused tracing import

This commit is contained in:
2026-07-19 01:02:52 +01:00
parent a2c74a6e81
commit fd1e59267d
3 changed files with 199 additions and 352 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use ::chrono::{DateTime, Utc};
use std::{env, error::Error, sync::Arc};
use tracing::{info, level_filters::LevelFilter, warn};
use tracing::{info, warn};
use async_broadcast::broadcast;
use dashmap::DashMap;