gecko-dev/third_party/rust/uniffi-example-todolist/Cargo.toml

23 строки
482 B
TOML

[package]
name = "uniffi-example-todolist"
edition = "2021"
version = "0.22.0"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
[lib]
crate-type = ["lib", "cdylib"]
name = "uniffi_todolist"
[dependencies]
uniffi = {path = "../../uniffi"}
once_cell = "1.12"
thiserror = "1.0"
[build-dependencies]
uniffi = {path = "../../uniffi", features = ["build"] }
[dev-dependencies]
uniffi = {path = "../../uniffi", features = ["bindgen-tests"] }