rgb-cln/cln-grpc/src
Christian Decker 00ffb39ed6 rs: Guard the cln-rpc dependency behind "server" feature in cln-grpc
The `cln-grpc` crate really has a dual purpose: server and
client. Having the server feature be included by default means that we
are pulling in `cln-rpc` which is a Unix only crate, because of the
use of UDS to talk to CLN. We want to use `cln-grpc` on clients too,
and those might not be Unix variants, hence they'd fail when compiling
`cln-rpc`. This PR guards the Unix-related parts behind the `server`
feature flag.
2023-06-01 13:41:21 +09:30
..
convert.rs msggen: Add preapproveinvoice and preapprovekeysend to msggen 2023-05-29 14:50:13 +09:30
lib.rs rs: Guard the cln-rpc dependency behind "server" feature in cln-grpc 2023-06-01 13:41:21 +09:30
pb.rs rs: Guard the cln-rpc dependency behind "server" feature in cln-grpc 2023-06-01 13:41:21 +09:30
server.rs msggen: Add preapproveinvoice and preapprovekeysend to msggen 2023-05-29 14:50:13 +09:30
test.rs msggen: Disable grpc response -> json response temporarily 2023-05-05 11:54:41 +09:30