ai generated solutions to our ai generated problems

This commit is contained in:
Heidi
2026-06-15 08:11:16 +01:00
parent 760e49f401
commit c94a09f46c
2 changed files with 107 additions and 29 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ axum = "0.8"
rusqlite = { version = "0.37", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "time"] }
tower-http = { version = "0.6", features = ["cors", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }