summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixtures/refcounts/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/uniffi-fixtures/refcounts/Cargo.toml')
-rw-r--r--toolkit/components/uniffi-fixtures/refcounts/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/components/uniffi-fixtures/refcounts/Cargo.toml b/toolkit/components/uniffi-fixtures/refcounts/Cargo.toml
new file mode 100644
index 0000000000..877e502711
--- /dev/null
+++ b/toolkit/components/uniffi-fixtures/refcounts/Cargo.toml
@@ -0,0 +1,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"] }