No description
Find a file
Riley Seaburg 13549870f6
feat: Initialize new Rust project
This commit sets up the basic structure for a new Rust project. It includes:
- `.gitignore` to ignore common build artifacts and editor files.
- `Cargo.toml` and `Cargo.lock` for project dependencies and metadata.
- `src/main.rs` with a basic "Hello, world!" program.
2025-06-10 16:21:40 -05:00
src feat: Initialize new Rust project 2025-06-10 16:21:40 -05:00
.gitignore feat: Initialize new Rust project 2025-06-10 16:21:40 -05:00
Cargo.lock feat: Initialize new Rust project 2025-06-10 16:21:40 -05:00
Cargo.toml feat: Initialize new Rust project 2025-06-10 16:21:40 -05:00