Add inbound generator

This commit is contained in:
Keivan-sf
2023-11-08 19:51:21 +03:30
parent 4dc9f385af
commit 87fa5d063e
5 changed files with 73 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ mod parser;
use clap::{Parser, Subcommand};
use std::path::PathBuf;
pub mod config_models;
pub mod lib;
#[derive(Parser)]
#[command(author, version, about, long_about = None)]