Add some constants
This commit is contained in:
parent
c012be04a9
commit
ad3f1acd35
1 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
||||||
pub static FILE_CONF: &str = "conf.ron";
|
pub static FILE_CONF: &str = "conf.ron";
|
||||||
|
pub static DB_DIRECTORY: &str = "data";
|
||||||
|
pub static DB_FILENAME: &str = "recipes.sqlite";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue