mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
cln-grpc: Rename the grpc plugin and binary
Suggested-by: Rusty Russell <@rustyrussell> Changelog-Added: plugins: `cln-grpc` first class GRPC interface for remotely controlling nodes over mTLS authentication
This commit is contained in:
committed by
Rusty Russell
parent
461a65ba16
commit
bf7ad86ef2
@@ -1,8 +1,12 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "grpc-plugin"
|
||||
name = "cln-grpc-plugin"
|
||||
version = "0.1.0"
|
||||
|
||||
[[bin]]
|
||||
name = "cln-grpc"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user