summaryrefslogtreecommitdiffstats
path: root/dom/origin-trials/ffi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/origin-trials/ffi/Cargo.toml')
-rw-r--r--dom/origin-trials/ffi/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/origin-trials/ffi/Cargo.toml b/dom/origin-trials/ffi/Cargo.toml
new file mode 100644
index 0000000000..710b846176
--- /dev/null
+++ b/dom/origin-trials/ffi/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "origin-trials-ffi"
+version = "0.1.0"
+edition = "2021"
+authors = [
+ "Emilio Cobos Álvarez <emilio@crisal.io>",
+]
+license = "MPL-2.0"
+
+[lib]
+path = "lib.rs"
+
+[dependencies]
+origin-trial-token = "0.1"