summaryrefslogtreecommitdiff
path: root/oryxc/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-02 16:27:17 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-02 18:37:57 +0100
commitf09e816aee0513031656734cc3cded9827e0b22b (patch)
tree06edab862eceb829dd235c1f39265f26b15ed386 /oryxc/Cargo.toml
parent048a4e588c01f65c94d7a6d93c555ca11e0230ae (diff)
Significantly improve lexer error reporting
Diffstat (limited to 'oryxc/Cargo.toml')
-rw-r--r--oryxc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml
index 88464ca..984d910 100644
--- a/oryxc/Cargo.toml
+++ b/oryxc/Cargo.toml
@@ -11,3 +11,4 @@ lexopt = "0.1.0"
# num-rational = "0.4.2"
phf = { version = "0.13.1", features = ["macros"] }
soa-rs = "0.9.1"
+unicode-width = "0.2.2"