Skip to content

Commit

Permalink
🔧 update package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rneswold committed Mar 24, 2022
1 parent 67ce518 commit ce074bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "wordlebot"
version = "1.0.1"
authors = ["Rich Neswold <[email protected]>"]
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"
Expand Down

0 comments on commit ce074bc

Please sign in to comment.