diff options
Diffstat (limited to 'guessing_game/Cargo.toml')
-rw-r--r-- | guessing_game/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guessing_game/Cargo.toml b/guessing_game/Cargo.toml new file mode 100644 index 0000000..d508e95 --- /dev/null +++ b/guessing_game/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "guessing_game" +version = "0.1.0" +edition = "2021" + +[dependencies] +rand = "0.8.5" |