diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-26 15:34:02 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-26 15:34:02 +0100 |
| commit | 9db6e533cd8a1d925a7daad92e1b99e6f98ac773 (patch) | |
| tree | b7abf4afe13c2c1b14b54472ebef3b359567c9d8 /Cargo.lock | |
| parent | 36490f7f7bbe450b12faa24eba500909ccda3f85 (diff) | |
Make content a bit more compact
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1053,6 +1053,12 @@ dependencies = [ ] [[package]] +name = "thin-vec" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b" + +[[package]] name = "thiserror" version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1127,6 +1133,7 @@ dependencies = [ "subsetter", "svg2pdf", "syntect", + "thin-vec", "tiny-skia", "ttf-parser 0.17.1", "typst-macros", |
