This commit is contained in:
2020-06-09 22:56:53 +02:00
parent 9b63460a1c
commit 4f9b8a2c13
5 changed files with 172 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ pub struct Settings {
pub foreground: bool,
pub listen: String,
pub plugins: Vec<String>,
pub port: i32,
pub port: i32
}
impl Settings {