web_console 0.3.2

Web functions for console
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "js"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d0228377f340d9ecd7611d1c793d6172a23eb50a3579c10b7ce6891057267f"

[[package]]
name = "once_cell"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"

[[package]]
name = "spin"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "652ac3743312871a5fb703f0337e68ffa3cdc28c863efad0b8dc858fa10c991b"

[[package]]
name = "web_console"
version = "0.3.2"
dependencies = [
 "js",
 "once_cell",
 "spin",
]