rustle-game 0.1.0

Play wordle and nerdle in your terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["derive"]
version = "3.1.6"

[dependencies.rand]
version = "0.8.4"

[package]
description = "Play wordle and nerdle in your terminal"
edition = "2021"
homepage = "https://github.com/tylerthecoder/rustle"
keywords = ["wordle", "nerdle"]
license-file = "LICENSE"
name = "rustle-game"
readme = "README.md"
repository = "https://github.com/tylerthecoder/rustle"
resolver = "2"
version = "0.1.0"