fix: add to_snake_case_string dependency and fix imports and type mismatch

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 11:56:41 -03:00
parent d442f41477
commit 2f0e7e1c5e
3 changed files with 6 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
uzers = "0.12.1"
which = "8.0.0"
xdg = "2.5.2"
to_snake_case_string = { path = "./macros" }
[dev-dependencies]
tempfile = "3.3.0"