Create Project APIs.
Some checks failed
Check / Backend (pull_request) Failing after 3m28s
Check / Frontend (pull_request) Successful in 1m50s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit b9f2768a2f
12 changed files with 293 additions and 6 deletions

2
backend/Cargo.lock generated
View file

@ -3500,9 +3500,11 @@ dependencies = [
"bitflags 2.9.3",
"bytes",
"http 1.3.1",
"http-body 1.0.1",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]