refactor: replace custom snake case macro with strum implementation

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 12:15:18 -03:00
parent 8857fc86cd
commit 90fd8d013d
2 changed files with 1 additions and 3 deletions

View File

@@ -61,8 +61,6 @@ 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" }
to_snake_case_trait = { path = "./to_snake_case_trait" }
[dev-dependencies]
tempfile = "3.3.0"