summaryrefslogtreecommitdiffstats
path: root/mozglue/static/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mozglue/static/rust/Cargo.toml')
-rw-r--r--mozglue/static/rust/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/mozglue/static/rust/Cargo.toml b/mozglue/static/rust/Cargo.toml
new file mode 100644
index 0000000000..e78b396cde
--- /dev/null
+++ b/mozglue/static/rust/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "mozglue-static"
+version = "0.1.0"
+edition = "2018"
+license = "MPL"
+
+[lib]
+path = "lib.rs"
+
+[dependencies]
+arrayvec = "0.5"
+
+[build-dependencies]
+cc = "1"