feat(cfg): turn groupnames into gids at parse time

This commit is contained in:
2026-03-10 14:36:44 +01:00
parent 054c3ff1f8
commit fb62111c7f
5 changed files with 147 additions and 20 deletions

View File

@@ -10,6 +10,7 @@ pub mod args;
pub mod auth;
pub mod conf;
pub mod ext;
pub mod serdes;
#[tokio::main]
async fn main() -> anyhow::Result<()> {