mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-17 18:50:51 +00:00
11 lines
186 B
TOML
11 lines
186 B
TOML
|
[package]
|
||
|
name = "no-std"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The wasm-bindgen Developers"]
|
||
|
|
||
|
[lib]
|
||
|
path = "test.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
wasm-bindgen = { path = '../..', default-features = false }
|