2023-04-20 13:40:59 +00:00
|
|
|
[package]
|
|
|
|
name = "hello-wasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
wasm-bindgen = "0.2"
|
2023-04-21 02:23:13 +00:00
|
|
|
wasm-bindgen-futures = "0.4"
|