recipes/api/src/domain/ingredient/mod.rs

4 lines
57 B
Rust

pub mod fetch_by_key;
pub mod fetch_list;
pub mod types;