From 892bc0d4bfaeb92ef115ca652a883ea0011563f6 Mon Sep 17 00:00:00 2001 From: stale Date: Wed, 20 Apr 2022 05:57:12 -0300 Subject: minesweeper gameloop wip --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2b6fee6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "websweeper" +version = "1.0.0" +authors = ["stale "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +tokio-tungstenite = "*" +rand = "0.8" -- cgit v1.2.3