From 89534f749a617a8434018a1bc469b4424cfad2b9 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 30 Dec 2022 13:44:03 +0100 Subject: [PATCH] rs: Add cln-rpc metadata --- cln-rpc/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cln-rpc/Cargo.toml b/cln-rpc/Cargo.toml index 071014ff1..b1b3865d2 100644 --- a/cln-rpc/Cargo.toml +++ b/cln-rpc/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.2" edition = "2021" license = "MIT" description = "An async RPC client for Core Lightning." +homepage = "https://github.com/ElementsProject/lightning/tree/master/cln-rpc" +repository = "https://github.com/ElementsProject/lightning" +documentation = "https://docs.rs/cln-rpc" [[example]] name = "cln-rpc-getinfo"