initial commit
This commit is contained in:
commit
592dd1473d
11 changed files with 818817 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue