about summary refs log tree commit diff
path: root/users/kranzes/wasm-hello-world/Cargo.toml
blob: e08caa7ecf24428368ddc28e0a181b66aea36a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "wasm_hello_world"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2.92"