aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-28 00:23:31 +0100
committerpml68 <contact@pml68.dev>2025-02-28 00:23:31 +0100
commit5a0cee3ff53a601caa89341901b142bc9de0f963 (patch)
tree74c1c312850376a8a43410b0785b98145663b16a /Cargo.lock
parentfeat: add `Stream` highlighter from upstream (diff)
downloadiced_custom_highlighter-5a0cee3ff53a601caa89341901b142bc9de0f963.tar.gz
feat: add extra syntaxes with `two-face`
Diffstat (limited to '')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a5e3162..3147795 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -138,6 +138,7 @@ version = "0.1.0"
dependencies = [
"iced_core",
"syntect",
+ "two-face",
]
[[package]]
@@ -466,6 +467,17 @@ dependencies = [
]
[[package]]
+name = "two-face"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "384eda438ddf62e2c6f39a174452d952d9d9df5a8ad5ade22198609f8dcaf852"
+dependencies = [
+ "once_cell",
+ "serde",
+ "syntect",
+]
+
+[[package]]
name = "unicode-ident"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"