From deda023aca891893043179b1f36e4e450b5a8fcb Mon Sep 17 00:00:00 2001 From: Erik De Smedt Date: Wed, 6 Mar 2024 11:25:51 +0100 Subject: [PATCH] bin-packages shouldn't be dependencies The client and server plug-in are stand-alone binaries. I've removed the as a dependency in the workspace file --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6949970..57303e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,5 @@ members = [ ] [dependencies] -lsps-client = { path = "plugins/lsps-client/" } -lsps-server = { path = "plugins/lsps-server/" } lsp-primitives = {path = "libs/lsp-primitives"} cln-lsps = {path = "libs/cln-lsps" }