Create Project APIs.
All checks were successful
Check / Backend (pull_request) Successful in 7m9s
Check / Frontend (pull_request) Successful in 2m1s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit f529bf4552
13 changed files with 296 additions and 7 deletions

View file

@ -12,7 +12,7 @@ chrono = { version = "0.4.41", features = ["serde"] }
serde = "1.0.219"
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio", "uuid", "chrono", "migrate"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "tracing"] }
tower-http = { version = "0.6.0", features = ["cors"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uuid = { version = "1.18.0", features = ["serde", "v4"] }