wordle-rs/Cargo.toml

10 lines
203 B
TOML
Raw Normal View History

2022-02-04 01:34:00 +10:30
[package]
name = "wordle-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
2022-02-04 03:52:07 +10:30
rayon = "1.5"