summaryrefslogtreecommitdiff
path: root/src/module.rs
blob: 8d9a361b986921402198e9cb97cb2bc09b66f9ba (plain)
1
2
3
4
5
6
7
#[derive(Serialize, Deserialize, Debug, Clone)]
pub enum Module {
    Dashboard,
    Navigation,
    Engines,
    Mining,
}