|
|
@ -12,7 +12,7 @@ use crate::try_print;
|
|
|
|
/// Game configuration
|
|
|
|
/// Game configuration
|
|
|
|
#[derive(Clone, Debug, Deserialize)]
|
|
|
|
#[derive(Clone, Debug, Deserialize)]
|
|
|
|
pub struct Config {
|
|
|
|
pub struct Config {
|
|
|
|
/// Directory to hold world and players
|
|
|
|
/// Path to the sqlite3 database
|
|
|
|
pub database: PathBuf,
|
|
|
|
pub database: PathBuf,
|
|
|
|
|
|
|
|
|
|
|
|
/// Server configuration
|
|
|
|
/// Server configuration
|
|
|
|