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"