[package] name = "math-ast" version = "0.2.0" authors = ["Aster "] description = "mast ast for basic arithmetic operations" edition = "2018" license = "MPL-2.0" readme = "README.md" repository = "https://github.com/GalAster/math-ast" exclude = ["/tests/*", "/.idea/*", "/benches/*"] [dependencies] num = "0.3" factorial = "0.2"