-
Notifications
You must be signed in to change notification settings - Fork 106
Initialize Backend Cargo Workspace #481
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendgood first issueGood for newcomersGood for newcomers
Description
Initialize Backend Cargo Workspace
Description
Create the initial Cargo.toml and directory structure (src/main.rs, etc.) for a clean Rust backend project.
Requirements
- Simple implementation with clear documentation.
- Follow Rust best practices.
- Ensure CI checks pass.
Task for Contributor
- Implement the basic setup.
- Add at least one unit test.
- Update README if applicable.
Verification
- Run 'cargo test' and ensure it passes.
- Verify locally with 'cargo run' or manual curl.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendgood first issueGood for newcomersGood for newcomers