[package] name = "string_mult" description = "String multiplication commands parser and evaluator" version = "0.3.4" edition = "2021" authors = ["Artemii Kolomiichuk "] readme = "README.md" repository = "https://github.com/ArtemiiKolomiichuk/string_mult" license = "MIT" [dependencies] anyhow = "1.0.92" either = "1.13.0" pest = "2.7.14" pest_derive = "2.7.14" thiserror = "1.0.67"