Finishing up guessing game

This commit is contained in:
Dan Buch
2016-08-31 08:00:15 -04:00
parent 0cbb22dad6
commit 23574cafae
3 changed files with 44 additions and 5 deletions
+16
View File
@@ -1,4 +1,20 @@
[root]
name = "guessing_game"
version = "0.1.0"
dependencies = [
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
]