summaryrefslogtreecommitdiff
path: root/guessing_game/Cargo.toml
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-19 19:25:11 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-19 19:25:11 +0100
commit97a3274a775d0fbd8f5fb3ad16c3381caab83251 (patch)
treec2fc6cc5cd9233053d5f0da35afdda88bff82a31 /guessing_game/Cargo.toml
init
Diffstat (limited to 'guessing_game/Cargo.toml')
-rw-r--r--guessing_game/Cargo.toml7
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"