prepare architecture for tests

This commit is contained in:
Quentin de Quelen
2020-04-15 10:51:15 +02:00
committed by qdequele
parent 38d41252e6
commit 5e2861ff55
7 changed files with 213 additions and 277 deletions

View File

@@ -1,2 +1,4 @@
pub mod authentication;
pub mod meilisearch;
// pub mod tide;
pub use authentication::Authentication;