summaryrefslogtreecommitdiff
path: root/guessing-game/Cargo.toml
blob: b9d47f68476e582c2ffad75ce52b4c1f3b3cd760 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "guessing-game"
version = "0.1.0"
authors = ["jordan"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.5.5"