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

Initial commit

This commit is contained in:
2022-02-06 14:44:20 -07:00
commit 23832f21b1
5 changed files with 279559 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "wordlers"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]