diff options
| author | CosmicHorror <CosmicHorrorDev@pm.me> | 2023-12-18 05:17:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 13:17:47 +0100 |
| commit | 56159997b7a5866e0005f21ff3b6a5f4b9d3d6b3 (patch) | |
| tree | c3f7a12ae0b49c14c134d3cce73b2e7e7f582ae9 /Cargo.lock | |
| parent | 754e1788b2c690a5520d34b967cae31fb44726b9 (diff) | |
Switch to `two-face` for extra syntect syntaxes (#2937)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2646,6 +2646,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1" [[package]] +name = "two-face" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37bed2135b2459c7eefba72c906d374697eb15949c205f2f124e3636a46b5eeb" +dependencies = [ + "once_cell", + "serde", + "syntect", +] + +[[package]] name = "typed-arena" version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2692,6 +2703,7 @@ dependencies = [ "toml", "tracing", "ttf-parser", + "two-face", "typed-arena", "typst-macros", "typst-syntax", |
