aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-12 13:35:15 +0000
committerBlaž Hrastnik2021-08-20 04:43:54 +0000
commit0f6e81b85be6e7e8f08446f3cd373da38dd67360 (patch)
tree7f79b7017ed700652f2dee868c88d084c5d0be4d /Cargo.toml
parentd4c17b633c09ab2a0ba8794a6650dcfb67f50ea9 (diff)
Initial debug adapter protocol implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22d29260..53b85042 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ members = [
"helix-tui",
"helix-syntax",
"helix-lsp",
+ "helix-dap"
]
# Build helix-syntax in release mode to make the code path faster in development.