From 2fcb2a32bdcd604bcd913d7a65caa6dd639b6d70 Mon Sep 17 00:00:00 2001 From: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:01:39 +0200 Subject: [PATCH] Add yew-agent repository, homepage, documentation (#2985) --- packages/yew-agent/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/yew-agent/Cargo.toml b/packages/yew-agent/Cargo.toml index 4cad04180..7240f3da0 100644 --- a/packages/yew-agent/Cargo.toml +++ b/packages/yew-agent/Cargo.toml @@ -2,6 +2,9 @@ name = "yew-agent" version = "0.1.0" authors = ["Hamza "] +repository = "https://github.com/yewstack/yew" +homepage = "https://yew.rs" +documentation = "https://docs.rs/yew/" edition = "2021" readme = "../../README.md" description = "Agents for Yew"