mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-20 23:27:43 +00:00
13 lines
193 B
TOML
13 lines
193 B
TOML
[package]
|
|
name = "simd-test-macro"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|