mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-05 18:56:03 +00:00
19 lines
429 B
TOML
19 lines
429 B
TOML
[package]
|
|
name = "stdarch-verify"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "2.0", features = ["full"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
|
|
[dev-dependencies]
|
|
serde = { version = "1.0", features = ['derive'] }
|
|
serde_json = "1.0.96"
|
|
quick-xml = { version = "0.33.0", features = ["serialize", "overlapped-lists"] } |