[package] name = "guessing_game_by_rust_book" version = "0.1.0" authors = ["yaroslav"] edition = "2018" description = "Guessing game maded by rustbook tutorial" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3"