summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAna Gelez <ana@gelez.xyz>2025-02-12 16:50:48 +0100
committerLaurenz <laurmaedje@gmail.com>2025-02-12 17:12:01 +0100
commitc247dbc42dcb0da03fbd6bb06e9c0d8b7b457a0d (patch)
tree8154c526ae118b6bc0b40c105e088ccc3259aaef /Cargo.lock
parentc259545c6e628c35cde82c0cb22f432323cb6df3 (diff)
Lazy parsing of the package index (#5851)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 115ae539..51ea226e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2901,6 +2901,8 @@ dependencies = [
"native-tls",
"once_cell",
"openssl",
+ "serde",
+ "serde_json",
"tar",
"typst-assets",
"typst-library",