grpc: Add metadata to Cargo.toml

This commit is contained in:
Christian Decker
2023-11-22 16:20:20 +01:00
committed by Rusty Russell
parent a55c1edd66
commit c8fd911e79

View File

@@ -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"