summaryrefslogtreecommitdiffstats
path: root/third_party/rust/uniffi-example-arithmetic/uniffi.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/uniffi-example-arithmetic/uniffi.toml')
-rw-r--r--third_party/rust/uniffi-example-arithmetic/uniffi.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/rust/uniffi-example-arithmetic/uniffi.toml b/third_party/rust/uniffi-example-arithmetic/uniffi.toml
new file mode 100644
index 0000000000..a9fab4c0b4
--- /dev/null
+++ b/third_party/rust/uniffi-example-arithmetic/uniffi.toml
@@ -0,0 +1,12 @@
+[bindings.kotlin]
+package_name = "org.mozilla.uniffi.example.arithmetic"
+cdylib_name = "arithmetical"
+
+[bindings.python]
+cdylib_name = "arithmetical"
+
+[bindings.ruby]
+cdylib_name = "arithmetical"
+
+[bindings.swift]
+cdylib_name = "arithmetical"