Scaffold the new config module

This commit is contained in:
2025-07-06 17:28:11 -05:00
parent 8eacb510a2
commit 075a2ee921
2 changed files with 20 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ use serde::{Deserialize, Serialize};
pub mod api;
pub mod cli;
pub mod config;
pub mod structs;
#[derive(Debug, Deserialize, Serialize)]