From 97a3274a775d0fbd8f5fb3ad16c3381caab83251 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 19 Feb 2025 19:25:11 +0100 Subject: init --- guessing_game/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guessing_game/Cargo.toml (limited to 'guessing_game/Cargo.toml') 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" -- cgit v1.2.3