Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5158cf88..58c17000 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1564,6 +1564,7 @@ dependencies = [
"nucleo",
"once_cell",
"open",
+ "parking_lot",
"pulldown-cmark",
"same-file",
"serde",
@@ -1638,6 +1639,7 @@ dependencies = [
"serde",
"serde_json",
"slotmap",
+ "spellbook",
"tempfile",
"thiserror 2.0.12",
"tokio",
@@ -2581,6 +2583,16 @@ dependencies = [
]
[[package]]
+name = "spellbook"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8e3f1f8dbec9f9cb947f7401ac2ad7e50c5e7e53cea31bf5ee223f34277446ca"
+dependencies = [
+ "foldhash",
+ "hashbrown 0.15.4",
+]
+
+[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"