diff options
| author | Yuval Adam <_@yuv.al> | 2017-01-12 19:41:24 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-01-12 19:41:24 +0200 |
| commit | 7b9d5ece9e6dc0ff1cd78d9f62fe75c9960f8ada (patch) | |
| tree | b3c8eeb18ef2bb8a33bfd2efed1c51c9175d78d3 /guessing_game/Cargo.toml | |
| parent | 3850cf9814973b8888121d4549b0bf22235d2166 (diff) | |
A nice looking number guessing game
Diffstat (limited to 'guessing_game/Cargo.toml')
| -rw-r--r-- | guessing_game/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guessing_game/Cargo.toml b/guessing_game/Cargo.toml index ea9fc9e..edd125a 100644 --- a/guessing_game/Cargo.toml +++ b/guessing_game/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" authors = ["Yuval Adam <_@yuv.al>"] [dependencies] +rand="0.3.0"
\ No newline at end of file |
