chore: set up skeleton project

This commit is contained in:
Jef Roosens 2025-02-23 10:31:03 +01:00
commit b6a8ee0bbe
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
10 changed files with 1278 additions and 0 deletions

9
diesel.toml Normal file
View file

@ -0,0 +1,9 @@
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/db/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "migrations"