Implemented a Deck type that has a new function that returns an unshuffled deck. Also wrote an integration test for the new function to make sure that it works. Reviewed-on: #11
Added first version of Card struct. Also added an ability for it to be printed out through rust standard functions. Reviewed-on: #10
Initial skeleton code to start basing development work off of. Reviewed-on: #4
Setup a default environment by running a cargo init. Reviewed-on: #2