summaryrefslogtreecommitdiff
path: root/parser/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'parser/Cargo.toml')
-rw-r--r--parser/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/parser/Cargo.toml b/parser/Cargo.toml
new file mode 100644
index 0000000..07e462f
--- /dev/null
+++ b/parser/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "markdialog_parser"
+workspaces.version = true
+edition = "2024"
+
+[dependencies]
+colored = "3.0"
+unicode-width = "0.2"
+regex = "1.12"
+sha2 = "0.10"