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!