rs: Add cln-grpc metadata

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

View File

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