[package] name = "wordlelike" version = "0.1.0" authors = ["ashastral"] edition = "2018" [lib] crate-type = ["rlib"] [dependencies] rand = "0.8.5"