From ce074bc286f4fa3cf968e1f93d0fbd38fb3ca3ca Mon Sep 17 00:00:00 2001 From: Rich Neswold Date: Thu, 24 Mar 2022 00:39:25 -0500 Subject: [PATCH] :wrench: update package manifest --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 93c7dbe..4e3c3ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "wordlebot" version = "1.0.1" authors = ["Rich Neswold "] edition = "2021" +description = "A program which tries to solve the daily Wordle puzzle." +readme = "README.md" +homepage = "https://github.com/rneswold/wordlebot" +repository = "https://github.com/rneswold/wordlebot/tree/master" +license = "BSD-3-Clause" +keywords = ["wordle", "puzzle"] +categories = ["command-line-utilities", "games"] [dependencies] rand = "0.8"