A web application for task/project time registration and invoicing. This application is written in Rust using the Rocket/Diesel and Yew frameworks.
Go to file
Paul van Tilburg 1559936d4b Add new (insertable) models and associations to models
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.
2019-06-10 10:24:53 +02:00
migrations Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
src Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00
.gitignore Import initial version into Git 2019-06-10 10:16:31 +02:00
Cargo.lock Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
Cargo.toml Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
diesel.toml Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00