aboutsummaryrefslogtreecommitdiff
path: root/src/apps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps.rs')
-rw-r--r--src/apps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps.rs b/src/apps.rs
index 8c16136..c2fe099 100644
--- a/src/apps.rs
+++ b/src/apps.rs
@@ -3,6 +3,7 @@ use crate::db::models::ModelMeta;
pub struct AppConfig {
pub name: &'static str,
+ pub mod_rs_path: &'static str,
pub models: &'static [ModelMeta],
pub migrations: &'static [Migration],
}