Due to changes made in mlua the new scheduler is much simpler. It also had no real business being part of the device manager, so it has now been moved to be part of the returned config.
6 lines
80 B
Rust
6 lines
80 B
Rust
pub mod config;
|
|
pub mod schedule;
|
|
pub mod secret;
|
|
pub mod version;
|
|
pub mod web;
|