2022-08-26 22:00:43 +01:00
|
|
|
pub const PORT: u16 = 44443;
|
|
|
|
|
|
|
|
pub const PACKAGE_NAME: &'static str = env!("CARGO_PKG_NAME");
|
|
|
|
pub const PACKAGE_VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
|
|
|
|
|
|
|
pub const DEFAULT_SETTINGS_FILE: &str = "default_settings.json";
|
2022-11-10 03:09:05 +00:00
|
|
|
pub const DEFAULT_SETTINGS_NAME: &str = "Main";
|
2022-12-03 02:12:13 +00:00
|
|
|
|
|
|
|
pub const LIMITS_FILE: &str = "limits_cache.json";
|