common/emgauwa-controller/src/main.rs

6 lines
64 B
Rust
Raw Normal View History

mod settings;
fn main() {
let _settings = settings::init();
}