fixtures/coverall/Cargo.toml (21 lines of code) (raw):

[package] name = "uniffi-fixture-coverall" version = "0.22.0" edition = "2021" license = "MPL-2.0" publish = false [lib] crate-type = ["lib", "cdylib"] name = "uniffi_coverall" [dependencies] # Add the "scaffolding-ffi-buffer-fns" feature to make sure things can build correctly uniffi = { workspace = true, features=["scaffolding-ffi-buffer-fns"]} once_cell = "1.12" thiserror = "1.0" [build-dependencies] uniffi = { workspace = true, features = ["build"] } [dev-dependencies] uniffi = { workspace = true, features = ["bindgen-tests"] } uniffi_meta = { path = "../../uniffi_meta/" } [features] ffi-trace = ["uniffi/ffi-trace"]