Move all the backend code to a 'backend' directory.
[rup.git] / backend / src / consts.rs
diff --git a/backend/src/consts.rs b/backend/src/consts.rs
new file mode 100644 (file)
index 0000000..376dee8
--- /dev/null
@@ -0,0 +1,3 @@
+pub const FILE_CONF: &str = "conf.ron";\r
+pub const FILE_KEY: &str = "key.secret";\r
+pub const DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";
\ No newline at end of file