summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/host-rust-library-features/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'python/mozbuild/mozbuild/test/backend/data/host-rust-library-features/Cargo.toml')
-rw-r--r--python/mozbuild/mozbuild/test/backend/data/host-rust-library-features/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/mozbuild/mozbuild/test/backend/data/host-rust-library-features/Cargo.toml b/python/mozbuild/mozbuild/test/backend/data/host-rust-library-features/Cargo.toml
new file mode 100644
index 0000000000..147cb3acb3
--- /dev/null
+++ b/python/mozbuild/mozbuild/test/backend/data/host-rust-library-features/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "hostrusttool"
+version = "0.1.0"
+authors = ["The Mozilla Project Developers"]
+
+[lib]
+crate-type = ["staticlib"]
+
+[profile.dev]
+panic = "abort"
+
+[profile.release]
+panic = "abort"