summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-25 19:43:26 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-25 19:43:26 +0200
commit8b4210669b31a6da61f04b959e0ebcad7ff4e448 (patch)
treeabce2b30c3f4da3f19925e826558353ec7d53385 /Cargo.toml
parentf6adc45638409aaa0feb1f70883c11ed553efe4f (diff)
Add `comemo` as git dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e3137b1..79ec772c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ unscanny = "0.1"
regex = "1"
# Incremental compilation
-comemo = { path = "../comemo" }
+comemo = { git = "https://github.com/typst/comemo" }
# Text and font handling
hypher = "0.1"