chore: add axum macros feature and remove unused tracing import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user