Apply small fixes and prepare emgauwa-controller
This commit is contained in:
parent
bacea1e3e9
commit
d5583e86bc
9 changed files with 150 additions and 6 deletions
emgauwa-controller/src
5
emgauwa-controller/src/main.rs
Normal file
5
emgauwa-controller/src/main.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod settings;
|
||||
|
||||
fn main() {
|
||||
let _settings = settings::init();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue