Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Update Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 20, 2021
1 parent b20e166 commit 91be885
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
name = "yew-side-effect"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "Apache-2.0"
description = "Reconcile Side Effects in Yew Applications"
authors = [
"Kaede Hoshiakwa <futursolo@icloud.com>",
]
keywords = [
"web",
"yew",
]
categories = ["wasm", "web-programming"]
readme = "README.md"
homepage = "https://github.com/futursolo/yew-side-effect"

[dependencies]
yew = { version = "0.18.0", default-features = false, features = ["web_sys"] }
Expand Down

0 comments on commit 91be885

Please sign in to comment.