From 7294e5944c2e5620c47d1ab014e217c5ee05b3a6 Mon Sep 17 00:00:00 2001 From: Mroik Date: Wed, 1 Apr 2026 00:49:31 +0200 Subject: Implement User model The mailing list will need to save the data of the subscribers for them to receive the emails. Add User model with its DB interactions. Signed-off-by: Mroik --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 189b68b..60b75af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ mod database; +mod list; fn main() { println!("Hello, world!"); -- cgit v1.3