summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-01-13 20:19:37 +0100
committerGitHub <noreply@github.com>2025-01-13 19:19:37 +0000
commita4ac4e656267e718a5cf60d1e959f74b2b7346f3 (patch)
tree7bb48843e421030bfa23d3e2246f895a7370a6ac /Cargo.toml
parent6b9b78596a6103dfbcadafaeb03eda624da5306a (diff)
Make `typst-timing` WASM-compatible (#5689)
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 b4f704f8..1be7816a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -134,6 +134,7 @@ ureq = { version = "2", default-features = false, features = ["native-tls", "gzi
usvg = { version = "0.43", default-features = false, features = ["text"] }
walkdir = "2"
wasmi = "0.39.0"
+web-sys = "0.3"
xmlparser = "0.13.5"
xmlwriter = "0.1.0"
xmp-writer = "0.3"