From f2b5fb2b0cb0871a2ac0594c911764623dcb4d10 Mon Sep 17 00:00:00 2001 From: spieljs Date: Sat, 28 Mar 2020 17:49:32 +0100 Subject: [PATCH] add repository, homepage and documentation fields in cargo file --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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]