X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=src%2Fconsts.rs;h=3a1ef9ef24117853b245172820e96899524831e2;hp=3f0da11fba1c5c332650a33e69b907467563a90b;hb=51aa7c917b3ecfb80d06d5a06cc9f553b8bc91c6;hpb=b1f2c5b803a7e85a3b0c8d999cf9a13d28c6c6c2 diff --git a/src/consts.rs b/src/consts.rs index 3f0da11..3a1ef9e 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,2 +1,4 @@ pub static FILE_CONF: &str = "conf.ron"; -pub static FILE_KEY: &str = "key.secret"; \ No newline at end of file +pub static FILE_KEY: &str = "key.secret"; +pub static CURRENT_MESSAGE_VERSION: &str = "1"; +pub static DEFAULT_MESSAGE: &str = "Marc, roule un pet'!"; \ No newline at end of file