aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/src/constants.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-11 20:29:42 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-11 20:29:42 +0100
commit5dab336049dbc6817e9ff212998690f59f6bbfa8 (patch)
tree2a87939d5ebde379524c2b8f3ec27b920e82c97b /games/rstnode/rst-server/src/constants.rs
parent6e8e37406d16a09e4cfbe77bfba3a8d64279e473 (diff)
rstnode: add network packet envelope to wire types
Diffstat (limited to 'games/rstnode/rst-server/src/constants.rs')
-rw-r--r--games/rstnode/rst-server/src/constants.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/rstnode/rst-server/src/constants.rs b/games/rstnode/rst-server/src/constants.rs
new file mode 100644
index 000000000000..e40a5c35c5db
--- /dev/null
+++ b/games/rstnode/rst-server/src/constants.rs
@@ -0,0 +1,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");