This commit is contained in:
2021-10-26 17:28:29 +02:00
parent f0c9ed5e51
commit 28576035eb
6 changed files with 94 additions and 75 deletions

View File

@@ -12,6 +12,7 @@ mod config;
mod game;
mod tests;
mod text;
mod util;
fn main() {
let log_config = LogConfig::from_file("config/log.toml");