1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-29 03:08:31 +00:00

split service manager into unit

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-13 07:01:45 +00:00
parent 5be679e17b
commit 38c989a07e
3 changed files with 179 additions and 137 deletions

View file

@ -1,5 +1,6 @@
#![allow(refining_impl_trait)]
mod manager;
mod service;
pub mod services;