rs: Add cln-rpc metadata

This commit is contained in:
Christian Decker 2022-12-30 13:44:03 +01:00
parent 845503f72e
commit 89534f749a

View file

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