summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2024-11-17 20:08:23 +0100
committerGitHub <noreply@github.com>2024-11-17 19:08:23 +0000
commit5c37a1cfea2a08b08f4af34ba867748fd90c687e (patch)
treed5dec4ae7ff0b3238d84224a325eddc1a1427dee /Cargo.lock
parent5672cc2a29379f7743f66c46a7192d698a733047 (diff)
Use `codex` for symbols (#5421)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bfd1ccda..78ab71c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",