Cargo init.
This commit is contained in:
parent
cbda65e963
commit
daa8ea00ba
5 changed files with 18 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ captains-log/
|
|||
## Phase 1: Project Foundation (Days 1-2)
|
||||
|
||||
### Task 1.1: Initialize Rust Project
|
||||
- [ ] **File**: `backend/Cargo.toml`
|
||||
- [x] **File**: `backend/Cargo.toml`
|
||||
- Create new Rust binary project
|
||||
- Add core dependencies: axum, sqlx, tokio, serde, uuid, chrono, anyhow
|
||||
- Add dev dependencies: tarpaulin for coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue