Skip to main content

lobe_core/
config.rs

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