summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-01 02:29:03 +0100
committerpml68 <contact@pml68.dev>2025-03-01 02:29:03 +0100
commit13ec2282c914c076ff50ddc44bee1feeb7983ae8 (patch)
tree4623cd5c3c917004c0b45c0912f10773fa838b51 /Cargo.lock
parentci: add step for running tests (diff)
downloadiced-builder-13ec2282c914c076ff50ddc44bee1feeb7983ae8.tar.gz
refactor: make config an `Arc<Config>` in `App`
Diffstat (limited to '')
-rw-r--r--Cargo.lock14
1 files changed, 13 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 26a20ef..a4992bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2078,10 +2078,11 @@ dependencies = [
[[package]]
name = "iced_custom_highlighter"
version = "0.1.0"
-source = "git+https://github.com/pml68/iced_custom_highlighter?branch=master#e4708bdb31a792918a4bc162aebbc296fce9ce85"
+source = "git+https://github.com/pml68/iced_custom_highlighter?branch=master#aa5e7e024061a759fb89947185bb4969c3e21e66"
dependencies = [
"iced_core",
"syntect",
+ "two-face",
]
[[package]]
@@ -4867,6 +4868,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
[[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 = "typenum"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"