diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2024-02-21 09:40:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 08:40:13 +0000 |
| commit | d0dd81cddf0fce9bbbd078498eec001268fe3e9c (patch) | |
| tree | d2f65972adc713d71e3ddadee0cd4db2df77d5ea /Cargo.toml | |
| parent | be49935753f0e37ae8e04fb53111e6f116c63f47 (diff) | |
Added `LazyHash` (#3451)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
