Add tokio on server

This commit is contained in:
2026-07-14 20:11:19 -04:00
parent 4836108926
commit 76fac9b4cb
2 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2428,6 +2428,7 @@ dependencies = [
"rand 0.10.1",
"serde",
"thiserror 2.0.18",
"tokio",
"tower-http 0.7.0",
"tower-sessions-redis-store",
"tracing",