1
2
3
4
5
use std::path::PathBuf;

pub struct CompilerOptions {
    pub out_path: PathBuf,
}