mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 22:11:45 +03:00
12 lines
218 B
TOML
12 lines
218 B
TOML
[package]
|
|
name = "console_log"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.28"
|
|
web-sys = { version = "0.3.5", features = ['console'] }
|