trisquel-icecat/icecat/toolkit/components/uniffi-bindgen-gecko-js/fixtures/arithmetic/Cargo.toml
2025-10-06 02:35:48 -06:00

21 lines
450 B
TOML

[package]
name = "uniffi-example-arithmetic"
edition = "2021"
version = "0.22.0"
authors = ["IceCat Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
[lib]
crate-type = ["lib", "cdylib"]
name = "arithmetical"
[dependencies]
uniffi = { workspace = true }
thiserror = "1.0"
[build-dependencies]
uniffi = { workspace = true, features = ["build"] }
[dev-dependencies]
uniffi = { workspace = true, features = ["bindgen-tests"] }