summaryrefslogtreecommitdiffstats
path: root/intl/locale/rust/oxilangtag-ffi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'intl/locale/rust/oxilangtag-ffi/Cargo.toml')
-rw-r--r--intl/locale/rust/oxilangtag-ffi/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/intl/locale/rust/oxilangtag-ffi/Cargo.toml b/intl/locale/rust/oxilangtag-ffi/Cargo.toml
new file mode 100644
index 0000000000..ee3b1cf5c8
--- /dev/null
+++ b/intl/locale/rust/oxilangtag-ffi/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "oxilangtag-ffi"
+version = "0.1.0"
+license = "MPL-2.0"
+authors = ["Jonathan Kew <jkew@mozilla.com>"]
+edition = "2021"
+
+[dependencies]
+nsstring = { path = "../../../../xpcom/rust/nsstring" }
+oxilangtag = "0.1.3"