[package] name = "betareduction" version = "0.1.0" edition = "2021" license-file="LICENSE" repository="https://github.com/aleph-lang/betareduction" description="Beta reduction of Aleph Syntax Tree to AST." [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [dependencies] aleph-syntax-tree = "0.1.0"