summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2024-02-21 09:40:13 +0100
committerGitHub <noreply@github.com>2024-02-21 08:40:13 +0000
commitd0dd81cddf0fce9bbbd078498eec001268fe3e9c (patch)
treed2f65972adc713d71e3ddadee0cd4db2df77d5ea /Cargo.toml
parentbe49935753f0e37ae8e04fb53111e6f116c63f47 (diff)
Added `LazyHash` (#3451)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5624eba8..e8046016 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,6 +75,7 @@ pathdiff = "0.2"
pdf-writer = "0.9.2"
phf = { version = "0.11", features = ["macros"] }
pixglyph = "0.3"
+portable-atomic = "1.6"
proc-macro2 = "1"
pulldown-cmark = "0.9"
quote = "1"