Add the folder structure for the toml config.

This commit is contained in:
Tom Alexander
2023-10-18 19:59:45 -04:00
parent 8b5930f277
commit 63b0619094
3 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ use self::cli::parameters::Cli;
use self::cli::parameters::Commands;
mod cli;
mod command;
mod config;
fn main() -> Result<ExitCode, Box<dyn std::error::Error>> {
let rt = tokio::runtime::Runtime::new()?;