mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
12 lines
153 B
TOML
12 lines
153 B
TOML
[package]
|
|
name = "wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
api = { path = "../api" }
|
|
wasm-bindgen = "0.2"
|