wordle-cli 1.0.1

The popular word guessing game as CLI application! Written in Rust.
Documentation
[[bin]]
name = "wordle"
path = "src/main.rs"

[dependencies.any_ascii]
version = "0.3.1"

[dependencies.chrono]
version = "0.4.0"

[dependencies.clap]
features = ["derive"]
version = "3.1.18"

[dependencies.console]
version = "0.15"

[dependencies.diesel]
features = ["sqlite", "chrono"]
version = "1.4.8"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.indicatif]
version = "0.16.2"

[dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.1.1"

[package]
default-run = "wordle"
description = "The popular word guessing game as CLI application! Written in Rust."
documentation = "https://www.tohuwabohu.io/projects/wordle-cli"
edition = "2021"
exclude = [".gitignore", ".github/", ".idea/", "migrations/", "res/db/create.sql", "res/db/drop.sql", "*.iml"]
homepage = "https://www.tohuwabohu.io/projects/wordle-cli"
keywords = ["wordle", "game", "cli", "cli-game"]
license-file = "LICENSE"
name = "wordle-cli"
readme = "README.md"
repository = "https://github.com/tohuwabohu-io/wordle-cli"
resolver = "2"
version = "1.0.1"