mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
grpc: The plugin needs to use the server
feature on cln-grpc
This commit is contained in:
parent
00ffb39ed6
commit
23088911f7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ rcgen = { version = "0.10", features = ["pem", "x509-parser"] }
|
||||||
|
|
||||||
[dependencies.cln-grpc]
|
[dependencies.cln-grpc]
|
||||||
path = "../../cln-grpc"
|
path = "../../cln-grpc"
|
||||||
|
features = ["server"]
|
||||||
|
|
||||||
[dependencies.cln-plugin]
|
[dependencies.cln-plugin]
|
||||||
path = "../../plugins"
|
path = "../../plugins"
|
||||||
|
|
Loading…
Add table
Reference in a new issue