1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-01 17:38:36 +00:00

feat: generate config

This commit is contained in:
Matthias Ahouansou 2024-04-19 20:17:31 +01:00
parent 08485ea5e4
commit 60a2f2d011
6 changed files with 163 additions and 94 deletions

View file

@ -3,7 +3,7 @@ pub mod clap;
mod config;
mod database;
mod service;
mod utils;
pub mod utils;
// Not async due to services() being used in many closures, and async closures are not stable as of writing
// This is the case for every other occurence of sync Mutex/RwLock, except for database related ones, where