[package] name = "wordlea" version = "0.1.4" edition = "2021" authors = ["Mateus Cavalcanti"] description = "A algorithm to check Wordle's word guess" repository = "https://github.com/mateusdcc/wordle-algorithm" license = "MIT" readme = "README.md" keywords = ["wordle", "word", "guess", "algorithm"] categories = ["algorithms"] documentation = "https://docs.rs/wordlea" exclude = [".github", "tests", "benches"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]