This commit is contained in:
Simon
2025-08-29 19:36:33 +00:00
parent 44b42170be
commit 53a4c62bfe
6 changed files with 570 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ mod videos;
type DbPool = r2d2::Pool<ConnectionManager<SqliteConnection>>;
#[macro_use(c)]
extern crate cute;
#[ntex::main]