web_console 0.3.2

Web functions for console
Documentation
[package]
name = "web_console"
version = "0.3.2"
authors = ["Richard Anaya"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Web functions for console"
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]
js = {path="../js",version="0.2"}
spin = "0.7.0"

[dependencies.once_cell]
version = "1.5.2"
features = []