summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixture-callbacks/Cargo.toml
blob: 19a8d610708733eb345caf90546bd5a47a27a705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "uniffi-fixture-callbacks"
edition = "2021"
version = "0.21.0"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false

[dependencies]
uniffi = { workspace = true }
thiserror = "1.0"

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