chore: add axum macros feature and remove unused tracing import
This commit is contained in:
@@ -19,7 +19,7 @@ rand = "0.10.1"
|
||||
rml_rtmp = "0.8.0"
|
||||
str0m = "0.20.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
axum = "0.8"
|
||||
axum = { version = "0.8", features = ["macros"] }
|
||||
serde = { version = "1.0.228", features = ["serde_derive"] }
|
||||
serde_json = "1.0.150"
|
||||
sea-orm = { version = "1", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros" ] }
|
||||
|
||||
@@ -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