Add example of guessing game with custom type for validation
This commit is contained in:
parent
f637759454
commit
4c4b703928
2 changed files with 68 additions and 0 deletions
10
guessing_game_ng/Cargo.toml
Normal file
10
guessing_game_ng/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "guessing_game_ng"
|
||||
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