summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-05-18 19:09:19 +0200
committerLaurenz <laurmaedje@gmail.com>2022-05-18 19:09:57 +0200
commit3965e10281ea3c8754a1877c9f7e71c1930bf4c3 (patch)
treee221b11692ac3af9f97c66625824e1c4e345c2eb /Cargo.toml
parent486f7b1bca15af3805ae1a8f63d72827f227a3d2 (diff)
Hack in ReX for now
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bf6c58c..585e85ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,6 +42,7 @@ usvg = { version = "0.20", default-features = false }
# External implementation of user-facing features
syntect = { version = "4.6", default-features = false, features = ["dump-load", "parsing", "regex-fancy", "assets"] }
+rex = { git = "https://github.com/laurmaedje/ReX" }
# PDF export
miniz_oxide = "0.4"