diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-02 16:27:17 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-02 18:37:57 +0100 |
| commit | f09e816aee0513031656734cc3cded9827e0b22b (patch) | |
| tree | 06edab862eceb829dd235c1f39265f26b15ed386 /oryxc/Cargo.lock | |
| parent | 048a4e588c01f65c94d7a6d93c555ca11e0230ae (diff) | |
Significantly improve lexer error reporting
Diffstat (limited to 'oryxc/Cargo.lock')
| -rw-r--r-- | oryxc/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oryxc/Cargo.lock b/oryxc/Cargo.lock index 5514afa..eeaf054 100644 --- a/oryxc/Cargo.lock +++ b/oryxc/Cargo.lock @@ -101,6 +101,7 @@ dependencies = [ "lexopt", "phf", "soa-rs", + "unicode-width", ] [[package]] @@ -271,6 +272,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" [[package]] +name = "unicode-width" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" + +[[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" |