first step towards weekly planning

This commit is contained in:
artus
2018-12-24 15:44:19 +01:00
parent f0bc06d9ed
commit 8236b8ac9f
7 changed files with 99 additions and 17 deletions

View File

@@ -1,3 +1,7 @@
mod meal;
pub use self::meal::Meal;
#[cfg(test)]
mod tests {
#[test]