rustc/library/stdarch/crates/simd-test-macro/Cargo.toml
2021-10-05 23:23:53 +01:00

14 lines
210 B
TOML

[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"