From 83a816740268ec527bf2f908cf752cfcbedc81f9 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 17 Oct 2021 13:58:11 +0900 Subject: Invert core -> dap dependency --- helix-dap/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-dap/Cargo.toml') diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 60115447..2b922e84 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -12,6 +12,7 @@ homepage = "https://helix-editor.com" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +helix-core = { version = "0.4", path = "../helix-core" } anyhow = "1.0" log = "0.4" serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3-70-g09d2