From b969c01b282287b44c3e131f8c0c53dcbb304e30 Mon Sep 17 00:00:00 2001 From: Abdul-Rahman Sibahi Date: Thu, 31 Oct 2024 14:52:11 +0300 Subject: Replace `once_cell`'s `Lazy` as much as possible (#4617) Co-authored-by: Laurenz --- crates/typst-cli/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/typst-cli/Cargo.toml') diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 855d7bee..2ecade54 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -36,7 +36,6 @@ ecow = { workspace = true } fs_extra = { workspace = true } native-tls = { workspace = true } notify = { workspace = true } -once_cell = { workspace = true } open = { workspace = true } parking_lot = { workspace = true } pathdiff = { workspace = true } -- cgit v1.2.3