[package] name = "vdksf_guessing_game" version = "0.1.1" edition = "2021" description = "Another fun guessing game from rust-book tutorial, but with an easter egg." license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3"