diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index e1a92a566bb3..cc7656e5fd0c 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -3,8 +3,10 @@ name = "cln-plugin" version = "0.1.2" edition = "2021" license = "MIT" -repository = "https://github.com/ElementsProject/lightning/tree/master/plugins" description = "A CLN plugin library. Write your plugin in Rust." +homepage = "https://github.com/ElementsProject/lightning/tree/master/plugins" +repository = "https://github.com/ElementsProject/lightning" +documentation = "https://docs.rs/cln-plugin" [[example]] name = "cln-plugin-startup"