summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/config.rs b/src/config.rs
index 8ecdc69..8312d15 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -7,10 +7,7 @@ use std::{
7use serde::{Deserialize, Serialize}; 7use serde::{Deserialize, Serialize};
8 8
9use crate::{ 9use crate::{
10 check_game_versions, 10 data::{gameversion::{check_game_versions, VersionLevel}, modloader::Modloader}, db::setup, error::{EType, MLErr, MLE}
11 db::setup,
12 error::{EType, MLErr, MLE},
13 Modloader, VersionLevel,
14}; 11};
15 12
16#[derive(Debug, Clone, Serialize, Deserialize)] 13#[derive(Debug, Clone, Serialize, Deserialize)]