[package] name = "test_guessing_game" version = "0.1.0" authors = ["Keene Chin "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "MIT OR Apache-2.0" description = "A simple guessing game to test rust understanding" [dependencies] rand = "0.5.5"