diff options
author | 2023-09-19 21:57:09 +0200 | |
---|---|---|
committer | 2023-09-19 21:57:09 +0200 | |
commit | a9ee8f62fdd0f74976947c21199684829aa8a496 (patch) | |
tree | 3cf459af5403942edfdc54726dea9b8f9df30cc7 /highlighter/Cargo.toml | |
parent | d9fbecf0d80234d63e7e5711f28fc35ee75fa503 (diff) | |
download | iced-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.toml | 1 |
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 |