Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot] d5ebfb68a7
Bump diesel from 2.2.1 to 2.2.3
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 20:57:42 +00:00
RaspberryProgramming 7743cb8eb6 Updated version and README 2024-07-19 15:14:22 +00:00
Camerin Figueroa 16a973c0fc Added ownership registration page.
Users can register an ownership relationship so other clients can view their requests.
2024-07-10 17:40:25 +00:00
Camerin Figueroa 29b509b3b4 v0.5 Upgrade - Upgraded and modified project to support rocket.rs v0.5.1 2024-07-03 23:34:25 +00:00
Camerin Figueroa f1bca980c0 Updated Cargo Lock file 2024-04-29 21:40:27 -04:00
Camerin Figueroa da0f1ddf2d Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
Camerin Figueroa e02426797d Added Additional features
Postgres database and diesel was added
History capability has been added
Added additional handlebars pages to view and submit get/post requests via form.
2024-03-04 22:19:39 +00:00