[package] name = "guessing-game-101" version = "0.1.1" authors = ["greyforce "] edition = "2018" description = "A fun guessing number game from the rust-lang Book" license = "MIT OR Apache-2.0" repository = "https://github.com/greyforce/guessing-game-101" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.5.5"