summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
authorAbdul-Rahman Sibahi <asibahi@users.noreply.github.com>2024-10-31 14:52:11 +0300
committerGitHub <noreply@github.com>2024-10-31 11:52:11 +0000
commitb969c01b282287b44c3e131f8c0c53dcbb304e30 (patch)
treefe58484bfa76e7fe7a35bf0bffdc339b24621693 /docs/Cargo.toml
parent644ed252dda1a0785d2bee577a89322416f4d950 (diff)
Replace `once_cell`'s `Lazy` as much as possible (#4617)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'docs/Cargo.toml')
-rw-r--r--docs/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml
index a24ee254..41a5645e 100644
--- a/docs/Cargo.toml
+++ b/docs/Cargo.toml
@@ -22,7 +22,6 @@ typst-dev-assets = { workspace = true }
clap = { workspace = true, optional = true }
ecow = { workspace = true }
heck = { workspace = true }
-once_cell = { workspace = true }
pulldown-cmark = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true, optional = true }