diff --git a/Cargo.toml b/Cargo.toml index 3c2e35c..01e12be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ description = "Utility for yew framework to get the complete structure of vnode" authors = ["Francisco Jesus Navarro Cortes "] edition = "2018" license = "MIT" +repository = "https://github.com/spielrs/yew_vnode_struct.git" +homepage = "https://github.com/spielrs/yew_vnode_struct.git" +documentation = "https://github.com/spielrs/yew_vnode_struct.git" categories = ["wasm", "development-tools::testing", "development-tools::cargo-plugins"] [dependencies]