aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/src/constants.rs
pub const NAME: &'static str = "RST Node";
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
pub const AUTHORS: &'static str = env!("CARGO_PKG_AUTHORS");

pub const DEFAULT_BIND: &'static str = "0.0.0.0";
pub const DEFAULT_PORT: u16 = 10022;