PoC of refactoring actions

This commit is contained in:
Marc Plano-Lesay 2024-11-06 11:05:49 +11:00
parent 6ee741fd5f
commit e630997ff5
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
11 changed files with 158 additions and 56 deletions

View file

@ -20,10 +20,12 @@ use figment_file_provider_adapter::FileAdapter;
use log::*;
use reqwest::header;
mod actions;
mod args;
mod commands;
mod config;
mod context;
mod models;
mod utils;
#[tokio::main]