From dd8fafd8345184961908c99e29fe936e678c3e29 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 30 Dec 2022 13:46:03 +0100 Subject: [PATCH] rs: Add cln-grpc metadata --- cln-grpc/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml index 4cc5c709f..b95246138 100644 --- a/cln-grpc/Cargo.toml +++ b/cln-grpc/Cargo.toml @@ -3,8 +3,10 @@ name = "cln-grpc" version = "0.1.2" edition = "2021" license = "MIT" -repository = "https://github.com/ElementsProject/lightning/tree/master/cln-grpc" description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network." +homepage = "https://github.com/ElementsProject/lightning/tree/master/cln-grpc" +repository = "https://github.com/ElementsProject/lightning" +documentation = "https://docs.rs/cln-grpc" [dependencies] anyhow = "1.0"