This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 3719dfcef6
commit b80cae1278
11 changed files with 431 additions and 237 deletions

View File

@@ -3,6 +3,7 @@ use uuid::Uuid;
use std::fmt;
pub mod auth;
pub mod cmd;
pub mod error;
pub mod htmx;
pub mod models;