diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -306,12 +306,14 @@ version = "0.4.1" dependencies = [ "arc-swap", "etcetera", + "helix-dap", "helix-syntax", "once_cell", "quickcheck", "regex", "ropey", "serde", + "serde_json", "similar", "smallvec", "tendril", @@ -323,6 +325,19 @@ dependencies = [ ] [[package]] +name = "helix-dap" +version = "0.4.1" +dependencies = [ + "anyhow", + "fern", + "log", + "serde", + "serde_json", + "thiserror", + "tokio", +] + +[[package]] name = "helix-lsp" version = "0.4.1" dependencies = [ @@ -362,6 +377,7 @@ dependencies = [ "futures-util", "fuzzy-matcher", "helix-core", + "helix-dap", "helix-lsp", "helix-tui", "helix-view", @@ -375,6 +391,7 @@ dependencies = [ "signal-hook", "signal-hook-tokio", "tokio", + "tokio-stream", "toml", ] @@ -403,6 +420,7 @@ dependencies = [ "encoding_rs", "futures-util", "helix-core", + "helix-dap", "helix-lsp", "helix-tui", "log", @@ -410,6 +428,7 @@ dependencies = [ "serde", "slotmap", "tokio", + "tokio-stream", "toml", "url", "which", |