X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=src%2Fconsts.rs;fp=src%2Fconsts.rs;h=376dee8f0902c6bc5991c5bb9406fbb528465d45;hp=3a1ef9ef24117853b245172820e96899524831e2;hb=bec878adc200ba7794d8510e2599a95b9050f976;hpb=925647a4a2221dd7d8e43d51760d9690cbc2070e diff --git a/src/consts.rs b/src/consts.rs index 3a1ef9e..376dee8 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,4 +1,3 @@ -pub static FILE_CONF: &str = "conf.ron"; -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 +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