Have claude update the plan for the backend with the current status. (#5)
Reviewed-on: #5 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
8dae570755
commit
6bf4a037f3
7 changed files with 1543 additions and 168 deletions
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
target
|
||||
coverage
|
||||
|
||||
*.db
|
||||
*.db-shm
|
||||
|
|
|
|||
1363
backend/Cargo.lock
generated
1363
backend/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -16,3 +16,5 @@ tracing = "0.1.41"
|
|||
tracing-subscriber = "0.3.19"
|
||||
uuid = { version = "1.18.0", features = ["serde", "v4"] }
|
||||
|
||||
[dev-dependencies]
|
||||
cargo-tarpaulin = "0.31"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue