Drafting
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
mod meal;
|
||||
mod recipe;
|
||||
mod storage;
|
||||
mod importer;
|
||||
|
||||
pub use self::meal::Meal;
|
||||
|
||||
pub fn fetch_meals() -> Vec<Meal> {
|
||||
vec![
|
||||
Meal::new("Raclette".to_string(), 800),
|
||||
Meal::new("Soupe".to_string(), 400),
|
||||
]
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user