1 2 3 4 5 6 7 8 9
[package] name = "math-parser-rs" version = "0.1.0" edition = "2024" license = "MIT" repository = "https://git.foobar.vip/benni347/math-parser-rs" description = "A simple handwritten dsl for interpreting math." [dependencies]