Move all the backend code to a 'backend' directory.
[rup.git] / backend / src / consts.rs
1 pub const FILE_CONF: &str = "conf.ron";
2 pub const FILE_KEY: &str = "key.secret";
3 pub const DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";