It now has to be called 'setup', this makes it possible to just include the table as a whole in devices and it will automatically call the correct function.
8 lines
107 B
Rust
8 lines
107 B
Rust
#![feature(if_let_guard)]
|
|
|
|
pub mod config;
|
|
pub mod schedule;
|
|
pub mod secret;
|
|
pub mod version;
|
|
pub mod web;
|