[package] name = "chat_commands_parcer" description = "The theme of the parcer is a command like input in the enviroment like chats of different social apps (Discord, Telegram) It parces users input-commands in format: /command_name|identifier (arguments)* I had problems understanding how to work with Makefile This application is a parser built with Rust using the `pest`. It takes command-line input, parses it and displays structured information about the input. " readme = "Readme.md" version = "0.1.1" license = "MIT" edition = "2021" [dependencies] anyhow = "1.0.93" evalexpr = "12.0.1" pest = "2.7.14" pest_derive = "2.7.14" thiserror = "2.0.3"