feat(misc): fix clippy misc and remove unused auth module

This commit is contained in:
2025-03-28 14:32:04 +08:00
parent 35fb4a8232
commit 21e9f3cbe8
9 changed files with 17 additions and 109 deletions

View File

@ -27,4 +27,5 @@ futures-util = "0.3"
service = { path = "../service" }
async-trait = "0.1"
lazy_static = "1.4.0"
log = "0.4"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }