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