grpc: The plugin needs to use the server feature on cln-grpc

This commit is contained in:
Christian Decker
2023-05-30 18:19:02 +02:00
committed by Rusty Russell
parent 00ffb39ed6
commit 23088911f7

View File

@@ -15,6 +15,7 @@ rcgen = { version = "0.10", features = ["pem", "x509-parser"] }
[dependencies.cln-grpc]
path = "../../cln-grpc"
features = ["server"]
[dependencies.cln-plugin]
path = "../../plugins"