Infra refactor

This commit is contained in:
2025-12-25 21:57:20 +00:00
parent 78d9314602
commit bb15181817
14 changed files with 381 additions and 84 deletions

View File

@@ -6,7 +6,7 @@ default-run = "notes-api"
[dependencies]
notes-domain = { path = "../notes-domain" }
notes-infra = { path = "../notes-infra" }
notes-infra = { path = "../notes-infra", features = ["sqlite"] }
# Web framework
axum = { version = "0.8.8", features = ["macros"] }