[package] name = "uniffi-fixture-external-types" edition = "2021" version = "0.21.0" authors = ["Firefox Sync Team "] license = "MPL-2.0" publish = false [dependencies] uniffi-example-geometry = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "afb29ebdc1d9edf15021b1c5332fc9f285bbe13b" } uniffi = { workspace = true } thiserror = "1.0" [build-dependencies] uniffi = { workspace = true, features = ["build"] }