diff options
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 |