use async_trait without axum re-export

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-31 04:25:48 +00:00
parent d3b65af616
commit 3f0f89cddb
3 changed files with 4 additions and 1 deletions

1
Cargo.lock generated
View file

@ -766,6 +766,7 @@ dependencies = [
name = "conduwuit_api"
version = "0.5.0"
dependencies = [
"async-trait",
"axum",
"axum-client-ip",
"axum-extra",