From ea8b1af82ff12a1961723b84969d2e5ad27491e9 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 4 Aug 2020 16:08:39 +0800 Subject: Play a guessing game --- guessing-game/Cargo.toml | 10 ++++++++++ 1 file changed, 10 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..b9d47f6 --- /dev/null +++ b/guessing-game/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "guessing-game" +version = "0.1.0" +authors = ["jordan"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rand = "0.5.5" -- cgit v1.2.3