aqlgen_renderer/base/
config.rs

1#[derive(Debug)]
2pub struct Config {
3    pub output_bnase_path: String,
4}