summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixture-external-types/Cargo.toml
blob: f9ac840c3fa31898fe374d907c8a8436732e585e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "uniffi-fixture-external-types"
edition = "2021"
version = "0.21.0"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
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"] }