Sign up/in/out and authentication.
[recipes.git] / backend / src / main.rs
index 1fbfbc5..98bebc9 100644 (file)
@@ -13,6 +13,7 @@ mod consts;
 mod db;
 mod hash;
 mod model;
+mod user;
 
 #[derive(Template)]
 #[template(path = "home.html")]