summaryrefslogtreecommitdiff
path: root/parser/Cargo.toml
blob: 2d7cb0cc46c6fe5eb5c886865eda553dd6529c64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "markdialog_parser"
workspaces.version = true
edition = "2024"

[dependencies]
colored = "3.0"
strip-ansi-escapes = "0.2.1"
unicode-width = "0.2"
regex = "1.12"
sha2 = "0.10"