summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Otto <th1000s@posteo.net>2021-10-16 14:27:01 +0200
committerDan Davison <dandavison7@gmail.com>2021-10-18 10:41:12 -0400
commitcd50d301844991da65eaf613f753296217fb4cda (patch)
tree3d0f28de5d5476ba71593cd189782fb042f770ab /Cargo.toml
parent07228cc40809911c8694b85f0bfaa764156a2a74 (diff)
Store line number prefix/suffix as SmolStr
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 7dc04b3f..2090983a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,7 @@ lazy_static = "1.4"
pathdiff = "0.2.1"
regex = "1.4.6"
shell-words = "1.0.0"
+smol_str = "0.1.18"
structopt = "0.3.23"
unicode-segmentation = "1.8.0"
unicode-width = "0.1.9"