summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-22 10:25:16 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-22 11:10:08 +0300
commitdeae40fdcd83b8f583caa79029b3215668dfcd16 (patch)
tree39c5000e3fb726540eeb41fb5f63b6d0ffca583f /Cargo.toml
parentcb8a66f409f5ae56cbc274a38d3ff2a5f2c877ff (diff)
downloadriki-deae40fdcd83b8f583caa79029b3215668dfcd16.tar.gz
feat: give location in source for errors
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e0cf3f2..bcb118f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ html-escape = "0.2.11"
lalrpop = "0.19.8"
lalrpop-util = "0.19.8"
libc = "0.2.126"
+line-col = "0.2.1"
log = "0.4.17"
pulldown-cmark = "0.9.0"
regex = "1.5.6"