rust-lang-chapter14-tutorial 0.1.0

A fun game where you guess what number the computer has chosen.
Documentation
[dependencies]

[package]
authors = ["Andreas Bigger <abigger87@gmail.com>"]
description = "A fun game where you guess what number the computer has chosen."
documentation = "https://docs.rs/bitflags"
edition = "2018"
homepage = "https://serde.rs/"
license = "MIT"
name = "rust-lang-chapter14-tutorial"
readme = "README.md"
version = "0.1.0"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3