summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent6b9b78596a6103dfbcadafaeb03eda624da5306a (diff)
Make `typst-timing` WASM-compatible (#5689)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c0bfe13..8aa7c0ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3093,6 +3093,7 @@ dependencies = [
"parking_lot",
"serde",
"serde_json",
+ "web-sys",
]
[[package]]
@@ -3419,6 +3420,16 @@ dependencies = [
]
[[package]]
+name = "web-sys"
+version = "0.3.70"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
+dependencies = [
+ "js-sys",
+ "wasm-bindgen",
+]
+
+[[package]]
name = "weezl"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"