recipes/db/src/lib.rs

4 lines
49 B
Rust
Raw Normal View History

2022-05-09 00:00:02 +03:00
mod data;
pub use data::{INGREDIENTS, RECIPES};