[package] name = "matyifkbt-guessing-game" version = "0.1.0" edition = "2021" license = "MIT" description = "Simple guessing game" homepage = "https://github.com/matyifkbt/guessing-game" repository = "https://github.com/matyifkbt/guessing-game" readme = "README.md" [dependencies] colored = "2.1.0" rand = "0.8.5"