first bit of guessing game ch2

This commit is contained in:
2022-12-12 08:42:20 -05:00
parent 590c683d98
commit 915ba1a499
2 changed files with 34 additions and 0 deletions

8
guessing_game/Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "guessing_game"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]