summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/simd-test-macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/crates/simd-test-macro/Cargo.toml')
-rw-r--r--library/stdarch/crates/simd-test-macro/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/stdarch/crates/simd-test-macro/Cargo.toml b/library/stdarch/crates/simd-test-macro/Cargo.toml
new file mode 100644
index 000000000..c3ecf981e
--- /dev/null
+++ b/library/stdarch/crates/simd-test-macro/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "simd-test-macro"
+version = "0.1.0"
+authors = ["Alex Crichton <alex@alexcrichton.com>"]
+edition = "2018"
+
+[lib]
+proc-macro = true
+test = false
+
+[dependencies]
+proc-macro2 = "1.0"
+quote = "1.0"