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 17:31:40 +10:30
|
|
|
rayon = "1.5"
|
|
|
|
bitintr = "0.3.0"
|
2022-02-05 12:02:39 +10:30
|
|
|
itertools = "0.10.2"
|
2022-02-06 00:37:59 +10:30
|
|
|
array-init = "2.0.0"
|
2022-02-06 02:31:16 +10:30
|
|
|
#ahash = "0.7.6"
|
|
|
|
#xxhash-rust = {version = "0.8.2", features = ["xxh3"]}
|