summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/simd-test-macro/Cargo.toml
blob: c3ecf981e660ea3e27b4447e2e79acc872c793e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"