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:
parent
08485ea5e4
commit
60a2f2d011
6 changed files with 163 additions and 94 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue