Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-dap/Cargo.toml')
-rw-r--r--helix-dap/Cargo.toml11
1 files changed, 3 insertions, 8 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml
index 000ea5a8..f7acb003 100644
--- a/helix-dap/Cargo.toml
+++ b/helix-dap/Cargo.toml
@@ -13,20 +13,15 @@ homepage.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-helix-stdx = { path = "../helix-stdx" }
helix-core = { path = "../helix-core" }
anyhow = "1.0"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
+thiserror = "1.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "net", "sync"] }
-thiserror.workspace = true
-slotmap.workspace = true
-futures-executor.workspace = true
-futures-util.workspace = true
-tokio-stream.workspace = true
-sonic-rs.workspace = true
+which = "5.0.0"
[dev-dependencies]
-fern = "0.7"
+fern = "0.6"