web 0.1.11

A library for interacting with the web browser
Documentation
[package]
name = "web"
version = "0.1.11"
authors = ["Richard Anaya"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A library for interacting with the web browser"
repository = "https://github.com/richardanaya/js-wasm"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
web_common={path="../../crates/web_common",version="0"}
web-dom={path="../../crates/web_dom",version="0"}
web_console={path="../../crates/web_console",version="0"}
web_random={path="../../crates/web_random",version="0"}
web_timer={path="../../crates/web_timer",version="0"}
web_canvas={path="../../crates/web_canvas",version="0"}
webcomponent={path="../../crates/webcomponent",version="0"}
html_color={path="../../crates/html_color",version="0"}
js = {path="../js",version="0.2"}
spin = "0.9.0"
web_local_storage={path="../../crates/web_local_storage",version="0"}