Add yew-agent repository, homepage, documentation (#2985)

This commit is contained in:
Julius Lungys 2022-11-28 20:01:39 +02:00 committed by GitHub
parent f4a0e2d0a2
commit 2fcb2a32bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
name = "yew-agent" name = "yew-agent"
version = "0.1.0" version = "0.1.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"] authors = ["Hamza <muhammadhamza1311@gmail.com>"]
repository = "https://github.com/yewstack/yew"
homepage = "https://yew.rs"
documentation = "https://docs.rs/yew/"
edition = "2021" edition = "2021"
readme = "../../README.md" readme = "../../README.md"
description = "Agents for Yew" description = "Agents for Yew"