db: add lib to expose data

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-09 00:00:02 +03:00
parent 24e5f28e66
commit 1b7bd393b4
1 changed files with 3 additions and 0 deletions

3
db/src/lib.rs Normal file
View File

@ -0,0 +1,3 @@
mod data;
pub use data::{INGREDIENTS, RECIPES};