Add some constants
authorGreg Burri <greg.burri@gmail.com>
Tue, 20 Aug 2019 20:56:47 +0000 (22:56 +0200)
committerGreg Burri <greg.burri@gmail.com>
Tue, 20 Aug 2019 20:56:47 +0000 (22:56 +0200)
backend/src/consts.rs

index b9f1e41..a7fcf2d 100644 (file)
@@ -1 +1,3 @@
-pub static FILE_CONF: &str = "conf.ron";
\ No newline at end of file
+pub static FILE_CONF: &str = "conf.ron";
+pub static DB_DIRECTORY: &str = "data";
+pub static DB_FILENAME: &str = "recipes.sqlite";
\ No newline at end of file