Add guessing game
This commit is contained in:
parent
2b617a5c4e
commit
8352d6f1c3
2 changed files with 47 additions and 0 deletions
10
guessing_game/Cargo.toml
Normal file
10
guessing_game/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "guessing_game"
|
||||
version = "0.1.0"
|
||||
authors = ["laurens <miers132@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rand = "0.5.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue