projects
/
rup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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'!"
;