add random name :-)

This commit is contained in:
2025-08-02 20:15:18 +02:00
parent bda1b53ba1
commit 4587998e91
3 changed files with 486 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ mod game;
mod index;
pub(crate) mod model;
mod page;
pub(crate) mod random_names;
pub(crate) enum Backend {
Sqlite(SqlitePool),