Skip to content

Commit

Permalink
Update ARCHITECTURE.md#Backend
Browse files Browse the repository at this point in the history
Deleted both lines because `build.rs` was removed via #7422 and `.rustfmt.toml` was removed via #2107.
  • Loading branch information
albohlabs authored Aug 8, 2024
1 parent eb5745f commit fa0d074
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ related crates. More information about the backend is in

These files and directories have to do with the backend:

- `build.rs` - Cargo build script
- `Cargo.lock` - Locks dependencies to specific versions providing consistency across development
and deployment
- `Cargo.toml` - Defines the crate and its dependencies
- `migrations/` - Diesel migrations applied to the database during development and deployment
- `.rustfmt.toml` - Defines Rust coding style guidelines which are enforced by the CI environment
- `src/` - The backend's source code
- `target/` - Compiled output, including dependencies and final binary artifacts - (ignored in
`.gitignore`)
Expand Down

0 comments on commit fa0d074

Please sign in to comment.