diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-11-17 20:08:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 19:08:23 +0000 |
| commit | 5c37a1cfea2a08b08f4af34ba867748fd90c687e (patch) | |
| tree | d5dec4ae7ff0b3238d84224a325eddc1a1427dee /Cargo.lock | |
| parent | 5672cc2a29379f7743f66c46a7192d698a733047 (diff) | |
Use `codex` for symbols (#5421)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -396,6 +396,11 @@ dependencies = [ ] [[package]] +name = "codex" +version = "0.1.0" +source = "git+https://github.com/typst/codex?rev=343a9b1#343a9b199430681ba3ca0e2242097c6419492d55" + +[[package]] name = "color-print" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2849,6 +2854,7 @@ dependencies = [ "bumpalo", "chinese-number", "ciborium", + "codex", "comemo", "csv", "ecow", |
