summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixtures/refcounts/Cargo.toml
blob: 877e5027112e9d76b48323edc03b787ba3c22e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "uniffi-fixture-refcounts"
edition = "2021"
version = "0.21.0"
license = "MPL-2.0"
publish = false

[dependencies]
uniffi = { workspace = true }

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