[package] name = "coverall" version = "0.12.0" authors = ["Firefox Sync Team "] edition = "2018" description = "A test package to run against uniffi backends" license = "MPL-2.0" [lib] crate-type = ["staticlib", "cdylib"] name = "uniffi_coverall" [dependencies] uniffi_macros = "0.12.0" uniffi = { version = "0.12.0", features = [ "builtin-bindgen" ]} thiserror = "1.0" lazy_static = "1.4" [build-dependencies] uniffi_build = {version = "0.12.0", features=["builtin-bindgen"]}