mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 18:01:06 +00:00
12 lines
194 B
TOML
12 lines
194 B
TOML
|
[package]
|
||
|
name = "typescript-tests"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The wasm-bindgen Developers"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
wasm-bindgen = { path = '../..' }
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ['cdylib']
|