projects
/
recipes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of gburri.org:recipes
[recipes.git]
/
backend
/
src
/
consts.rs
1
pub const
FILE_CONF
: &
str
=
"conf.ron"
;
2
pub const
DB_DIRECTORY
: &
str
=
"data"
;
3
pub const
DB_FILENAME
: &
str
=
"data/recipes.sqlite"
;
4
pub const
SQL_FILENAME
: &
str
=
"sql/version_
{VERSION}
.sql"
;