and templates. Tihs also adds an ADR for using Tailwind. Add a pile of dependencies setup orm, add admin tool admin tool does random pass if none provided add tons of css stuff finish up web skeleton
11 lines
182 B
Rust
11 lines
182 B
Rust
pub mod config;
|
|
pub mod context;
|
|
pub mod db;
|
|
pub mod entity;
|
|
pub mod handler;
|
|
pub mod logging;
|
|
pub mod password;
|
|
pub mod prelude;
|
|
pub mod server;
|
|
pub mod session;
|
|
pub mod templates;
|