Skip to content

Commit

Permalink
bin-packages shouldn't be dependencies
Browse files Browse the repository at this point in the history
The client and server plug-in are stand-alone binaries.
I've removed the as a dependency in the workspace file
  • Loading branch information
ErikDeSmedt committed Mar 6, 2024
1 parent 3c94f0f commit deda023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit deda023

Please sign in to comment.