summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-07-09 11:46:40 +0200
committerGitHub <noreply@github.com>2025-07-09 09:46:40 +0000
commit52a708b988cf7d13898194e886790acb7edd510f (patch)
tree54c5494377b272e032fb0fecfa7e3c03cc3517b1 /Cargo.lock
parente71674f6b3db0768c3e9d6e0271628377f8c82d8 (diff)
Move `html` module to `typst-html` crate (#6577)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 550c4141..5526da48 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2971,8 +2971,12 @@ dependencies = [
name = "typst-html"
version = "0.13.1"
dependencies = [
+ "bumpalo",
"comemo",
"ecow",
+ "palette",
+ "time",
+ "typst-assets",
"typst-library",
"typst-macros",
"typst-svg",