[package] name = "americas_capitals_game" version = "1.0.1" edition = "2021" categories = [ "command-line-utilities", "games" ] keywords = [ "capital", "americas" ] authors = [ "software9119.technology" ] license = "MIT" description = "Guessing game for Americas countries and capitals." repository = "https://github.com/bravequickcleverfibreyarn/americas_capitals_game" homepage = "https://github.com/bravequickcleverfibreyarn/americas_capitals_game" [dependencies] noiserand = "1.0.0" rand_core = "0.6.4"