mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-06 19:28:00 +00:00
14 lines
243 B
TOML
14 lines
243 B
TOML
[package]
|
|
name = "assert-instr-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"
|
|
syn = { version = "1.0", features = ["full"] }
|