yew_simple 0.3.0

Simple task/services for yew. Includes router and http fetching.
Documentation
[package]
name = "yew_simple"
version = "0.3.0"
authors = ["Garrett Berg <googberg@gmail.com>"]
description = "Simple task/services for yew. Includes router and http fetching."
documentation = "https://docs.rs/yew_simple"
keywords = ["yew", "web"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/vitiral/yew_simple"

[dependencies]
url = "1.7.0"
yew = "0.4.0"
stdweb = "0.4.6"
http = "0.1.6"
expect_macro = "0.2.1"