summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAna Gelez <ana@gelez.xyz>2025-02-12 16:50:48 +0100
committerGitHub <noreply@github.com>2025-02-12 15:50:48 +0000
commit19a12f379f11e75e0c35691e25dbc2be1f57db8c (patch)
tree56f72b99c06ed0abc5538d2bcd49918c9ef09626 /Cargo.lock
parent02cd43e27f2aafd7c332d7672a837e1b11cce120 (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 bf69c12a..66a1e3a1 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",