fixtures/regressions/enum-without-i32-helpers/Cargo.toml (17 lines of code) (raw):
[package]
name = "uniffi-fixture-regression-i356-enum-without-int-helpers"
edition = "2021"
version = "0.22.0"
license = "MPL-2.0"
publish = false
[lib]
crate-type = ["lib", "cdylib"]
name = "uniffi_regression_test_i356"
[dependencies]
uniffi = { workspace = true }
[build-dependencies]
uniffi = { workspace = true, features = ["build"] }
[dev-dependencies]
uniffi = { workspace = true, features = ["bindgen-tests"] }
[features]
ffi-trace = ["uniffi/ffi-trace"]