Set up diesel

This commit is contained in:
2026-06-14 22:28:12 -04:00
parent 29dc215ba7
commit 0e65b4888c
5 changed files with 53 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ use dioxus::prelude::*;
pub mod models;
pub mod components;
pub mod pages;
pub mod schema;
const TAILWIND_CSS: Asset = asset!("/assets/tailwind.css");

1
src/schema.rs Normal file
View File

@@ -0,0 +1 @@
// @generated automatically by Diesel CLI.