wordle-rs/Cargo.toml
RingOfStorms (Joshua Bell) 592dd1473d initial commit
2022-01-27 13:39:02 -06:00

11 lines
227 B
TOML

[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"