X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2Fconsts.rs;h=3a1ef9ef24117853b245172820e96899524831e2;hb=c3ee58ede5ab40d77678d51c3a9a95d1dcb66279;hp=3f0da11fba1c5c332650a33e69b907467563a90b;hpb=7b132e2976883c7b8e63540129a36eb63ceb33c5;p=rup.git 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