[package] name = "raitech2020_guessing_game" version = "0.1.1" edition = "2021" description = "A fun game where you guess what number the computer has chosen." license = "MIT" [dependencies] rand = "0.8.5"