mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 13:43:03 +03:00
eba691f38c
* Added example-tests to the crate nopublish list * Bumped crate versions
12 lines
172 B
TOML
12 lines
172 B
TOML
[package]
|
|
name = "deno"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.83"
|