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