summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixture-external-types/Cargo.toml
blob: 6cfd390ff3cf23ba0a34456d5fb3a18221e128a2 (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 = "bc7ff8977bf38d0fdd1a458810b14f434d4dc4de" }
uniffi = { workspace = true }
thiserror = "1.0"

[build-dependencies]
uniffi = { workspace = true, features = ["build"] }