From c248c33ac05a44c97c1cee413f13d65bf9c0327d Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Wed, 31 Jul 2024 18:01:41 +0200 Subject: rules-rust: add tutorials to transition and import Cargo-based projects --- doc/number-guessing/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/number-guessing/Cargo.toml (limited to 'doc/number-guessing/Cargo.toml') diff --git a/doc/number-guessing/Cargo.toml b/doc/number-guessing/Cargo.toml new file mode 100644 index 0000000..7eda67a --- /dev/null +++ b/doc/number-guessing/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "guessing_game" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rand = "0.8.5" -- cgit v1.2.3