summaryrefslogtreecommitdiff
path: root/guessing-game/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guessing-game/Cargo.toml')
-rwxr-xr-xguessing-game/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/guessing-game/Cargo.toml b/guessing-game/Cargo.toml
new file mode 100755
index 0000000..8238fc5
--- /dev/null
+++ b/guessing-game/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "guessing-game"
+version = "0.1.0"
+authors = ["Adam Carpenter <carpenat@ES.AD.ADP.COM>"]
+edition = "2018"
+
+[dependencies]
+rand = "0.3.14"