Create Project APIs.
Some checks failed
Check / Backend (pull_request) Failing after 2m29s
Check / Frontend (pull_request) Successful in 1m55s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit d4b8302306
9 changed files with 250 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]]