dinner 0.1.1

Generate dinner ideas
1
2
3
4
5
6
7
# dinner
Random dinner generator.  We use this to generate 4 dinners and then shop for all of them at once.  It's efficient and answers the question "what's for dinner?".  Now you have an answer other than "I donno"

## Building
1. Download rust: https://www.rustup.rs/
2. execute `cargo build --release`
3. run `./target/release/dinner` and enjoy!