A web application for task/project time registration and invoicing.
This application is written in Rust using the Rocket/Diesel and Yew frameworks.
Paul van Tilburg
1559936d4b
Also make models updateable (by deriving `AsChangeset`), debuggable (by deriving `Debug`) and identifiable (by deriving `Identifiable`). Note that the `CompanyInfo` is not updateable as a new revision should be created. Leaving this derive out ensure we cannot accidentally update it. |
||
---|---|---|
migrations | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
diesel.toml |