regen guessing game

This commit is contained in:
Dan Buch
2017-12-21 22:06:23 -05:00
parent a2527b6fd7
commit fc77000e3a
4 changed files with 2 additions and 55 deletions
-20
View File
@@ -1,20 +0,0 @@
[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)",
]