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.toml | |
| parent | 5672cc2a29379f7743f66c46a7192d698a733047 (diff) | |
Use `codex` for symbols (#5421)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ clap = { version = "4.4", features = ["derive", "env", "wrap_help"] } clap_complete = "4.2.1" clap_mangen = "0.2.10" codespan-reporting = "0.11" +codex = { git = "https://github.com/typst/codex", rev = "343a9b1" } color-print = "0.3.6" comemo = "0.4" csv = "1" |
