[package] name = "guessing_game_edzzn" version = "0.1.1" edition = "2021" license = "MIT" description = "Guessing game from the Rust book" authors = ["Edzzn "] homepage = "https://edissonreinozo.com" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"