recipes/api/src/domain/mod.rs

6 lines
94 B
Rust

pub mod ingredient;
pub mod misc_types;
pub mod recipe;
pub use misc_types::{Context, Lang};