summaryrefslogtreecommitdiffstats
path: root/highlighter/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-19 21:57:09 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-19 21:57:09 +0200
commita9ee8f62fdd0f74976947c21199684829aa8a496 (patch)
tree3cf459af5403942edfdc54726dea9b8f9df30cc7 /highlighter/Cargo.toml
parentd9fbecf0d80234d63e7e5711f28fc35ee75fa503 (diff)
downloadiced-a9ee8f62fdd0f74976947c21199684829aa8a496.tar.gz
iced-a9ee8f62fdd0f74976947c21199684829aa8a496.tar.bz2
iced-a9ee8f62fdd0f74976947c21199684829aa8a496.zip
Reuse syntaxes and themes lazily in `iced_highlighter`
Diffstat (limited to 'highlighter/Cargo.toml')
-rw-r--r--highlighter/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/highlighter/Cargo.toml b/highlighter/Cargo.toml
index 488546c0..2d108d6f 100644
--- a/highlighter/Cargo.toml
+++ b/highlighter/Cargo.toml
@@ -13,4 +13,5 @@ keywords.workspace = true
[dependencies]
iced_core.workspace = true
+once_cell.workspace = true
syntect.workspace = true