1
0
mirror of https://gitlab.com/MisterBiggs/wordle-rs.git synced 2025-08-14 17:41:36 +00:00

begin implementing cli

This commit is contained in:
2022-02-07 13:00:40 -07:00
parent 68685da37d
commit 4ded67039a
3 changed files with 64 additions and 27 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
owo-colors = "3.2.0"