crosswords 0.1.0

Find shuffled words from a word list
Documentation
[[bin]]
name = "crosswords"
path = "src/bin/main.rs"
[dependencies.console]
version = "0.13.0"

[dependencies.itertools]
version = "0.9.0"

[dependencies.levenshtein]
version = "1.0.4"
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["thomas"]
description = "Find shuffled words from a word list"
edition = "2018"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["crossword", "solver", "puzzle"]
license = "MIT"
name = "crosswords"
version = "0.1.0"