From c8fd911e79e61ecc7b456527fe73032d8bc1f90f Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 22 Nov 2023 16:20:20 +0100 Subject: [PATCH] grpc: Add metadata to Cargo.toml --- plugins/grpc-plugin/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml index 5390ebafa..5b2b2913f 100644 --- a/plugins/grpc-plugin/Cargo.toml +++ b/plugins/grpc-plugin/Cargo.toml @@ -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"