From ad3f1acd35631ba7cfe02849ae2a3e4d82707c03 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 20 Aug 2019 22:56:47 +0200 Subject: [PATCH] Add some constants --- backend/src/consts.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/src/consts.rs b/backend/src/consts.rs index b9f1e41..a7fcf2d 100644 --- a/backend/src/consts.rs +++ b/backend/src/consts.rs @@ -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 -- 2.43.0