Create backend module for more separation

This commit is contained in:
Joscha 2022-03-05 17:07:04 +01:00
parent c36f35747f
commit 80a6582ce5
8 changed files with 63 additions and 30 deletions

View file

@ -1,7 +1,7 @@
#![warn(clippy::use_self)]
pub mod backend;
mod config;
mod cove;
mod never;
mod ui;