wasm-bindgen/examples/console_log/Cargo.toml
Alex Crichton d8e5930799 Add an example of console.log
Also clean up some other exampels
2018-03-09 10:25:48 -08:00

11 lines
182 B
TOML

[package]
name = "console_log"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }