A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23fc1dd..ae21f93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,9 @@ arc-swap = "1.7.1"
tokio = { version = "1.47.1", features = ["rt-multi-thread"] }
regex-cursor = "0.1.5"
papaya = "0.2.3"
+minimad = { git = "https://github.com/Canop/minimad", branch = "keep-code-fence", version = "0.13.1" }
+markdown = "1.0.0"
+itertools = "0.14.0"
[build-dependencies]
cc = "*"