summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-08 13:11:11 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-08 13:16:13 +0100
commitec04c3de2fcc5b31d94dc2be8561e569f28cc0a1 (patch)
tree3b143ac30f82655824f6af0d73935eebc89d74ae /Cargo.toml
parentc12a19a0758774a3285ee3d129803a786cd58a87 (diff)
Extract `typst-render` crate
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 eb1b5ac1..b88d880b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ keywords = ["typst"]
typst = { path = "crates/typst" }
typst-library = { path = "crates/typst-library" }
typst-macros = { path = "crates/typst-macros" }
+typst-render = { path = "crates/typst-render" }
typst-syntax = { path = "crates/typst-syntax" }
az = "1.2"
base64 = "0.21.2"