grpc: Add metadata to Cargo.toml
This commit is contained in:
committed by
Rusty Russell
parent
a55c1edd66
commit
c8fd911e79
@@ -3,6 +3,11 @@ edition = "2021"
|
||||
name = "cln-grpc-plugin"
|
||||
version = "0.1.4"
|
||||
|
||||
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
|
||||
license = "MIT"
|
||||
repository = "https://github.com/ElementsProject/lightning"
|
||||
documentation = "https://docs.rs/crate/cln-grpc-plugin/"
|
||||
|
||||
[[bin]]
|
||||
name = "cln-grpc"
|
||||
path = "src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user