Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5158cf88..5c78f7a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1439,13 +1439,17 @@ version = "25.1.1"
dependencies = [
"anyhow",
"fern",
+ "futures-executor",
+ "futures-util",
"helix-core",
"helix-stdx",
"log",
"serde",
"serde_json",
+ "slotmap",
"thiserror 2.0.12",
"tokio",
+ "tokio-stream",
]
[[package]]