initial commit

This commit is contained in:
RingOfStorms (Joshua Bell) 2022-01-27 13:39:02 -06:00
commit 592dd1473d
11 changed files with 818817 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "wordle"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ansi_term = "0.12.1"
rand = "0.8.4"
regex = "1.5.4"