[package] name = "guessing_game_mlw" version = "0.1.1" authors = ["mattlwhitaker-IO "] edition = "2018" license = "MIT OR Apache-2.0" description = "Me , learning Rust from THE BOOK" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.3.14"