wasm-bindgen/examples/console_log/Cargo.toml
2018-08-30 12:55:21 -07: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 = "../.." }