User is asked which network to start with. This is a required step in case the user start the software without a console and can not set himself the network or launch the install for another non existing network.
9 lines
121 B
Rust
9 lines
121 B
Rust
pub mod app;
|
|
pub mod daemon;
|
|
pub mod hw;
|
|
pub mod installer;
|
|
pub mod launcher;
|
|
pub mod loader;
|
|
pub mod ui;
|
|
pub mod utils;
|