Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 794 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 794 Bytes

rust-emergency-compliment

prerequisites

This application is written in the Rust Programming Language. Therefore to run this application you'll need Rust installed. If you do not already have Rust installed, I recommend using the rustup Rust version manager to install it.

up and running

  1. Fork and clone this repository
  2. cd rust-emergency-compliment
  3. cargo run

dependencies

  • simple-server: A small web framework for Rust.
  • motivations: A collection of motivating messages
  • pick-one: Small utility to pick one item out of an array at random