Add 'core/' from commit 'b0dfc4146ca0da535a87f8509aec68817fb2ab14'
git-subtree-dir: core git-subtree-mainline:a07f3dcd23git-subtree-split:b0dfc4146c
This commit is contained in:
14
core/kordophone-db/src/lib.rs
Normal file
14
core/kordophone-db/src/lib.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
pub mod database;
|
||||
pub mod models;
|
||||
pub mod repository;
|
||||
pub mod schema;
|
||||
pub mod settings;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub mod target {
|
||||
pub static REPOSITORY: &str = "repository";
|
||||
}
|
||||
|
||||
pub use repository::Repository;
|
||||
Reference in New Issue
Block a user