[package] name = "game24" version = "0.3.2" authors = ["Aster "] description = "24 game solver with extensions" edition = "2018" license = "MPL-2.0" readme = "README.md" repository = "https://github.com/GalAster/game24-rs" exclude = ["/tests/*", "/.idea/*", "/benches/*"] [dependencies] math-ast = "0.2" itertools = "0.9"