summaryrefslogtreecommitdiff
path: root/converter/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'converter/Cargo.toml')
-rw-r--r--converter/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/converter/Cargo.toml b/converter/Cargo.toml
new file mode 100644
index 0000000..982d18a
--- /dev/null
+++ b/converter/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "markdialog_converter"
+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"