From 40ae10437b7729e22cc40bb5e21507b1ad6edef8 Mon Sep 17 00:00:00 2001 From: "elizabeth.hunt@simponic.xyz" Date: Sat, 4 May 2024 19:22:02 -0700 Subject: fuckery --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cbf6f95 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "climinesweeper" +version = "0.1.0" +edition = "2021" + +[dependencies] +crossterm = "0.27.0" +rand = "0.8.5" +ratatui = "0.26.2" -- cgit v1.2.3-70-g09d2