fixtures/wasm-unstable-single-threaded/Cargo.toml (17 lines of code) (raw):

[package] name = "uniffi-fixtures-wasm-unstable-single-threaded" version = "0.29.0" authors = ["zzorba", "jhugman"] edition = "2021" license = "MPL-2.0" publish = false [lib] name = "wasm_unstable_single_threaded" crate-type = ["lib", "cdylib"] [dependencies] async-trait = "0.1" uniffi = { workspace = true, features = ["cli", "wasm-unstable-single-threaded"] } [build-dependencies] uniffi = { workspace = true, features = ["build", "wasm-unstable-single-threaded"] } [dev-dependencies] uniffi = { workspace = true, features = ["bindgen-tests", "wasm-unstable-single-threaded"] }