aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/src/constants.rs
blob: 8dc23f7c68d8a8fb16ce9963041fcac7b689c679 (plain)
1
2
3
4
5
6
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;